[PATCH 10/14] uas: correctly label reset functions

2016-02-17 Thread Oliver Neukum
A reset based on usb_reset_device() will reset the whole host, not just a bus. We should use the correct entry. Signed-off-by: Oliver Neukum --- drivers/usb/storage/uas.c | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/drivers/usb/storage/ua

Re: [PATCH 10/14] uas: correctly label reset functions

2016-02-17 Thread Sergei Shtylyov
Hello. On 02/17/2016 06:50 PM, Oliver Neukum wrote: A reset based on usb_reset_device() will reset the whole host, not just a bus. We should use the correct entry. Signed-off-by: Oliver Neukum --- drivers/usb/storage/uas.c | 33 +++-- 1 file changed, 31 insertio

Re: [PATCH 10/14] uas: correctly label reset functions

2016-02-17 Thread Oliver Neukum
On Wed, 2016-02-17 at 21:37 +0300, Sergei Shtylyov wrote: > > @@ -492,6 +494,20 @@ static void uas_tmf_cmplt(struct urb *urb) > > if (status < 0) { > > devinfo->deathrow = NULL; > > complete(&devinfo->deathknell); > > + switch (status) { > > +