]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
uas: remove can_queue set in host template
authorTom Yan <tom.ty89@gmail.com>
Mon, 23 May 2016 19:28:44 +0000 (03:28 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 21:56:24 +0000 (14:56 -0700)
Commit 198de51dbc34 ("USB: uas: Limit qdepth at the scsi-host level") made
qdepth limit set in host template (`.can_queue = MAX_CMNDS`) redundant.
Removing it to avoid confusion.

Signed-off-by: Tom Yan <tom.ty89@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas.c

index 4d49fce406e19aef87ec12004dcf3d2e31b5551c..e03c490616ef3f40218159ef4aaa5833df9048f5 100644 (file)
@@ -848,7 +848,6 @@ static struct scsi_host_template uas_host_template = {
        .slave_configure = uas_slave_configure,
        .eh_abort_handler = uas_eh_abort_handler,
        .eh_bus_reset_handler = uas_eh_bus_reset_handler,
-       .can_queue = MAX_CMNDS,
        .this_id = -1,
        .sg_tablesize = SG_NONE,
        .skip_settle_delay = 1,