diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/scsi_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index 9032e910bca3..f1bf5aff68ed 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -1418,7 +1418,7 @@ static int scsi_lld_busy(struct request_queue *q) | |||
1418 | struct scsi_device *sdev = q->queuedata; | 1418 | struct scsi_device *sdev = q->queuedata; |
1419 | struct Scsi_Host *shost; | 1419 | struct Scsi_Host *shost; |
1420 | 1420 | ||
1421 | if (blk_queue_dead(q)) | 1421 | if (blk_queue_dying(q)) |
1422 | return 0; | 1422 | return 0; |
1423 | 1423 | ||
1424 | shost = sdev->host; | 1424 | shost = sdev->host; |