block: move PM request support to IDE
[deliverable/linux.git] / drivers / ide / ide-eh.c
index 19d809c48a8d1a84c7e70e71ad834616530d02c1..d6da011299f582934bf50c1c05c0719577d41ba6 100644 (file)
@@ -129,7 +129,7 @@ ide_startstop_t ide_error(ide_drive_t *drive, const char *msg, u8 stat)
 
                        if (cmd)
                                ide_complete_cmd(drive, cmd, stat, err);
-               } else if (blk_pm_request(rq)) {
+               } else if (ata_pm_request(rq)) {
                        rq->errors = 1;
                        ide_complete_pm_rq(drive, rq);
                        return ide_stopped;
This page took 0.025421 seconds and 5 git commands to generate.