aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r--drivers/ide/ide-io.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index 7007c48e27ae..49b098de367c 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -178,11 +178,7 @@ void ide_end_drive_cmd (ide_drive_t *drive, u8 stat, u8 err)
178 kfree(task); 178 kfree(task);
179 } 179 }
180 } else if (blk_pm_request(rq)) { 180 } else if (blk_pm_request(rq)) {
181 struct request_pm_state *pm = rq->data; 181 ide_complete_pm_rq(drive, rq);
182
183 ide_complete_power_step(drive, rq);
184 if (pm->pm_step == IDE_PM_COMPLETED)
185 ide_complete_pm_request(drive, rq);
186 return; 182 return;
187 } 183 }
188 184
@@ -438,7 +434,7 @@ static ide_startstop_t start_request (ide_drive_t *drive, struct request *rq)
438 startstop = ide_start_power_step(drive, rq); 434 startstop = ide_start_power_step(drive, rq);
439 if (startstop == ide_stopped && 435 if (startstop == ide_stopped &&
440 pm->pm_step == IDE_PM_COMPLETED) 436 pm->pm_step == IDE_PM_COMPLETED)
441 ide_complete_pm_request(drive, rq); 437 ide_complete_pm_rq(drive, rq);
442 return startstop; 438 return startstop;
443 } else if (!rq->rq_disk && blk_special_request(rq)) 439 } else if (!rq->rq_disk && blk_special_request(rq))
444 /* 440 /*