diff options
-rw-r--r-- | drivers/video/aty/radeon_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c index c6d7cc76516f..1de0c0032468 100644 --- a/drivers/video/aty/radeon_pm.c +++ b/drivers/video/aty/radeon_pm.c | |||
@@ -2582,7 +2582,7 @@ static void radeon_set_suspend(struct radeonfb_info *rinfo, int suspend) | |||
2582 | * calling pci_set_power_state() | 2582 | * calling pci_set_power_state() |
2583 | */ | 2583 | */ |
2584 | radeonfb_whack_power_state(rinfo, PCI_D2); | 2584 | radeonfb_whack_power_state(rinfo, PCI_D2); |
2585 | pci_set_power_state(rinfo->pdev, PCI_D2); | 2585 | __pci_complete_power_transition(rinfo->pdev, PCI_D2); |
2586 | } else { | 2586 | } else { |
2587 | printk(KERN_DEBUG "radeonfb (%s): switching to D0 state...\n", | 2587 | printk(KERN_DEBUG "radeonfb (%s): switching to D0 state...\n", |
2588 | pci_name(rinfo->pdev)); | 2588 | pci_name(rinfo->pdev)); |