]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16b6cf90d185672a970b5d105aa9b403453178bd
tree8a0e93cf1883b2c3840101cb6ba18a20e6659c72
parent33e5642ded1c43c4fb1c544c3344e1a5db067cc0
uas: remove can_queue set in host template

Commit 1bc5dd87baf0 ("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