aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-pm.c')
-rw-r--r--drivers/ide/ide-pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-pm.c b/drivers/ide/ide-pm.c
index ebf2d21ebdcb..20553d4c42a2 100644
--- a/drivers/ide/ide-pm.c
+++ b/drivers/ide/ide-pm.c
@@ -233,7 +233,7 @@ void ide_check_pm_state(ide_drive_t *drive, struct request *rq)
233 if (rc) 233 if (rc)
234 printk(KERN_WARNING "%s: bus not ready on wakeup\n", drive->name); 234 printk(KERN_WARNING "%s: bus not ready on wakeup\n", drive->name);
235 SELECT_DRIVE(drive); 235 SELECT_DRIVE(drive);
236 hwif->tp_ops->set_irq(hwif, 1); 236 hwif->tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
237 rc = ide_wait_not_busy(hwif, 100000); 237 rc = ide_wait_not_busy(hwif, 100000);
238 if (rc) 238 if (rc)
239 printk(KERN_WARNING "%s: drive not ready on wakeup\n", drive->name); 239 printk(KERN_WARNING "%s: drive not ready on wakeup\n", drive->name);