Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

uas: remove can_queue set in host template

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>

authored by

Tom Yan and committed by
Greg Kroah-Hartman
5fc36323 32cb0b37

-1
-1
drivers/usb/storage/uas.c
··· 848 848 .slave_configure = uas_slave_configure, 849 849 .eh_abort_handler = uas_eh_abort_handler, 850 850 .eh_bus_reset_handler = uas_eh_bus_reset_handler, 851 - .can_queue = MAX_CMNDS, 852 851 .this_id = -1, 853 852 .sg_tablesize = SG_NONE, 854 853 .skip_settle_delay = 1,