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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index 3245c2dbda33..6e3094e22775 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c
@@ -368,7 +368,7 @@ static ide_startstop_t start_request (ide_drive_t *drive, struct request *rq)
368 if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE) 368 if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE)
369 return execute_drive_cmd(drive, rq); 369 return execute_drive_cmd(drive, rq);
370 else if (blk_pm_request(rq)) { 370 else if (blk_pm_request(rq)) {
371 struct request_pm_state *pm = rq->data; 371 struct request_pm_state *pm = rq->special;
372#ifdef DEBUG_PM 372#ifdef DEBUG_PM
373 printk("%s: start_power_step(step: %d)\n", 373 printk("%s: start_power_step(step: %d)\n",
374 drive->name, pm->pm_step); 374 drive->name, pm->pm_step);