From 3fefc2a4b0a190f0deefa3eb87f8272cd9fb798a Mon Sep 17 00:00:00 2001 From: Oliver Neukum Date: Thu, 16 Aug 2007 16:02:08 +0200 Subject: [PATCH] --- yaml --- r: 67851 b: refs/heads/master c: f6c1ceaa3844b7a7787816cc97d15b9fea8b0909 h: refs/heads/master i: 67849: c0cdd56876a41fec2f56eac2c7c326b440255b4d 67847: 048d14a1147fe208241bea639bb55ea73e0ec0d9 v: v3 --- [refs] | 2 +- trunk/drivers/usb/misc/adutux.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 864a812c1cd2..5d75d52ca90d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 60b69a966fddeb3bdd79712d52b34b8696a27f88 +refs/heads/master: f6c1ceaa3844b7a7787816cc97d15b9fea8b0909 diff --git a/trunk/drivers/usb/misc/adutux.c b/trunk/drivers/usb/misc/adutux.c index e9fdbc8997b3..5131cbfb2f52 100644 --- a/trunk/drivers/usb/misc/adutux.c +++ b/trunk/drivers/usb/misc/adutux.c @@ -188,7 +188,8 @@ static void adu_interrupt_in_callback(struct urb *urb) spin_lock(&dev->buflock); if (status != 0) { - if ((status != -ENOENT) && (status != -ECONNRESET)) { + if ((status != -ENOENT) && (status != -ECONNRESET) && + (status != -ESHUTDOWN)) { dbg(1," %s : nonzero status received: %d", __FUNCTION__, status); }