diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index aa8d5de58839..0451903452e6 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -1328,7 +1328,6 @@ static inline int scsi_host_queue_ready(struct request_queue *q, | |||
1328 | printk("scsi%d unblocking host at zero depth\n", | 1328 | printk("scsi%d unblocking host at zero depth\n", |
1329 | shost->host_no)); | 1329 | shost->host_no)); |
1330 | } else { | 1330 | } else { |
1331 | blk_plug_device(q); | ||
1332 | return 0; | 1331 | return 0; |
1333 | } | 1332 | } |
1334 | } | 1333 | } |