diff options
Diffstat (limited to 'drivers/scsi/3w-xxxx.c')
-rw-r--r-- | drivers/scsi/3w-xxxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/3w-xxxx.c b/drivers/scsi/3w-xxxx.c index 752624e6bc00..1ec9ad92b6c3 100644 --- a/drivers/scsi/3w-xxxx.c +++ b/drivers/scsi/3w-xxxx.c | |||
@@ -532,7 +532,7 @@ static int tw_change_queue_depth(struct scsi_device *sdev, int queue_depth, | |||
532 | 532 | ||
533 | if (queue_depth > TW_Q_LENGTH-2) | 533 | if (queue_depth > TW_Q_LENGTH-2) |
534 | queue_depth = TW_Q_LENGTH-2; | 534 | queue_depth = TW_Q_LENGTH-2; |
535 | scsi_adjust_queue_depth(sdev, MSG_ORDERED_TAG, queue_depth); | 535 | scsi_adjust_queue_depth(sdev, queue_depth); |
536 | return queue_depth; | 536 | return queue_depth; |
537 | } /* End tw_change_queue_depth() */ | 537 | } /* End tw_change_queue_depth() */ |
538 | 538 | ||