Re: [PATCH] UAS: also check for ESHUTDOWN in error reporting

2015-08-20 Thread Greg KH
On Thu, Aug 20, 2015 at 11:16:00AM +0200, Oliver Neukum wrote: > mode change 100644 => 100755 drivers/usb/host/xhci-ext-caps.h That's not good, I can't take this :( -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH] UAS: also check for ESHUTDOWN in error reporting

2015-08-20 Thread Sergei Shtylyov
Hello. On 8/20/2015 12:16 PM, Oliver Neukum wrote: -ESHUTDOWN means that the HC has been unplugged. Reporting an error in that case makes no sense. Signed-off-by: Oliver Neukum --- drivers/usb/host/xhci-ext-caps.h | 0 drivers/usb/storage/uas.c| 15 --- 2 files change

Re: [PATCH] UAS: also check for ESHUTDOWN in error reporting

2015-08-20 Thread Hans de Goede
Hi, On 08/20/2015 11:16 AM, Oliver Neukum wrote: -ESHUTDOWN means that the HC has been unplugged. Reporting an error in that case makes no sense. Signed-off-by: Oliver Neukum Looks good to me: Acked-by: Hans de Goede Regards, Hans --- drivers/usb/host/xhci-ext-caps.h | 0 drivers/

[PATCH] UAS: also check for ESHUTDOWN in error reporting

2015-08-20 Thread Oliver Neukum
-ESHUTDOWN means that the HC has been unplugged. Reporting an error in that case makes no sense. Signed-off-by: Oliver Neukum --- drivers/usb/host/xhci-ext-caps.h | 0 drivers/usb/storage/uas.c| 15 --- 2 files changed, 8 insertions(+), 7 deletions(-) mode change 100644 =>