diff options
author | Christoph Hellwig <hch@lst.de> | 2014-11-13 09:08:42 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-24 08:45:27 -0500 |
commit | db5ed4dfd5dd0142ec36ff7b335e0ec3b836b3e6 (patch) | |
tree | 6cae824b5c9e5a7fd9d213e3f9c2b1c7dc8b7b8a /drivers/scsi/wd7000.c | |
parent | 1e6f2416044c062a56091ebf8d76760956dd5872 (diff) |
scsi: drop reason argument from ->change_queue_depth
Drop the now unused reason argument from the ->change_queue_depth method.
Also add a return value to scsi_adjust_queue_depth, and rename it to
scsi_change_queue_depth now that it can be used as the default
->change_queue_depth implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'drivers/scsi/wd7000.c')
-rw-r--r-- | drivers/scsi/wd7000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/wd7000.c b/drivers/scsi/wd7000.c index 32674236fec7..f94d73611ab4 100644 --- a/drivers/scsi/wd7000.c +++ b/drivers/scsi/wd7000.c | |||
@@ -1653,7 +1653,6 @@ static struct scsi_host_template driver_template = { | |||
1653 | .can_queue = WD7000_Q, | 1653 | .can_queue = WD7000_Q, |
1654 | .this_id = 7, | 1654 | .this_id = 7, |
1655 | .sg_tablesize = WD7000_SG, | 1655 | .sg_tablesize = WD7000_SG, |
1656 | .cmd_per_lun = 1, | ||
1657 | .unchecked_isa_dma = 1, | 1656 | .unchecked_isa_dma = 1, |
1658 | .use_clustering = ENABLE_CLUSTERING, | 1657 | .use_clustering = ENABLE_CLUSTERING, |
1659 | }; | 1658 | }; |