diff options
Diffstat (limited to 'drivers/ide/ide-dma.c')
-rw-r--r-- | drivers/ide/ide-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c index ee58c88dee5a..fd40a8116574 100644 --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c | |||
@@ -492,6 +492,7 @@ ide_startstop_t ide_dma_timeout_retry(ide_drive_t *drive, int error) | |||
492 | if (rq) { | 492 | if (rq) { |
493 | hwif->rq = NULL; | 493 | hwif->rq = NULL; |
494 | rq->errors = 0; | 494 | rq->errors = 0; |
495 | ide_requeue_and_plug(drive, rq); | ||
495 | } | 496 | } |
496 | return ret; | 497 | return ret; |
497 | } | 498 | } |