uas: remove can_queue set in host template
authorTom Yan <[email protected]>
Mon, 23 May 2016 19:28:44 +0000 (03:28 +0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 1 Jun 2016 21:56:24 +0000 (14:56 -0700)
commit5fc363232ae76805d7f570dbb61758095a540591
tree8a0e93cf1883b2c3840101cb6ba18a20e6659c72
parent32cb0b37098f4beeff5ad9e325f11b42a6ede56c
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 <[email protected]>
Acked-by: Hans de Goede <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/storage/uas.c