diff options
Diffstat (limited to 'drivers/ide/ide-io.c')
-rw-r--r-- | drivers/ide/ide-io.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c index 72d0d702d5da..e41488e1ed4e 100644 --- a/drivers/ide/ide-io.c +++ b/drivers/ide/ide-io.c | |||
@@ -1016,11 +1016,6 @@ static void ide_do_request (ide_hwgroup_t *hwgroup, int masked_irq) | |||
1016 | drive->dev_flags &= ~(IDE_DFLAG_SLEEPING | IDE_DFLAG_PARKED); | 1016 | drive->dev_flags &= ~(IDE_DFLAG_SLEEPING | IDE_DFLAG_PARKED); |
1017 | drive->service_start = jiffies; | 1017 | drive->service_start = jiffies; |
1018 | 1018 | ||
1019 | if (blk_queue_plugged(drive->queue)) { | ||
1020 | printk(KERN_ERR "ide: huh? queue was plugged!\n"); | ||
1021 | break; | ||
1022 | } | ||
1023 | |||
1024 | /* | 1019 | /* |
1025 | * we know that the queue isn't empty, but this can happen | 1020 | * we know that the queue isn't empty, but this can happen |
1026 | * if the q->prep_rq_fn() decides to kill a request | 1021 | * if the q->prep_rq_fn() decides to kill a request |