|
@@ -2582,7 +2582,7 @@ static void radeon_set_suspend(struct radeonfb_info *rinfo, int suspend)
|
|
|
* calling pci_set_power_state()
|
|
|
*/
|
|
|
radeonfb_whack_power_state(rinfo, PCI_D2);
|
|
|
- pci_set_power_state(rinfo->pdev, PCI_D2);
|
|
|
+ __pci_complete_power_transition(rinfo->pdev, PCI_D2);
|
|
|
} else {
|
|
|
printk(KERN_DEBUG "radeonfb (%s): switching to D0 state...\n",
|
|
|
pci_name(rinfo->pdev));
|