diff options
Diffstat (limited to 'drivers/scsi/stex.c')
-rw-r--r-- | drivers/scsi/stex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index b5eae4f6ba46..2bb8a9e74dac 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi/stex.c | |||
@@ -549,8 +549,6 @@ stex_slave_alloc(struct scsi_device *sdev) | |||
549 | /* Cheat: usually extracted from Inquiry data */ | 549 | /* Cheat: usually extracted from Inquiry data */ |
550 | sdev->tagged_supported = 1; | 550 | sdev->tagged_supported = 1; |
551 | 551 | ||
552 | scsi_adjust_queue_depth(sdev, 0, sdev->host->can_queue); | ||
553 | |||
554 | return 0; | 552 | return 0; |
555 | } | 553 | } |
556 | 554 | ||