]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/usb/storage/uas.c
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-beck.git] / drivers / usb / storage / uas.c
index 44b096c1737b6548f5117144aff800c63d20b6d8..13e4cc31bc79e61a11539c42b8ea182b3dd6b3af 100644 (file)
@@ -836,7 +836,7 @@ 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 = 65536,     /* Is there a limit on the _host_ ? */
+       .can_queue = MAX_CMNDS,
        .this_id = -1,
        .sg_tablesize = SG_NONE,
        .skip_settle_delay = 1,