|
@@ -274,6 +274,9 @@ static void usbatm_complete(struct urb *urb)
|
|
(!(channel->usbatm->flags & UDSL_IGNORE_EILSEQ) ||
|
|
(!(channel->usbatm->flags & UDSL_IGNORE_EILSEQ) ||
|
|
urb->status != -EILSEQ ))
|
|
urb->status != -EILSEQ ))
|
|
{
|
|
{
|
|
|
|
+ if (urb->status == -ESHUTDOWN)
|
|
|
|
+ return;
|
|
|
|
+
|
|
if (printk_ratelimit())
|
|
if (printk_ratelimit())
|
|
atm_warn(channel->usbatm, "%s: urb 0x%p failed (%d)!\n",
|
|
atm_warn(channel->usbatm, "%s: urb 0x%p failed (%d)!\n",
|
|
__func__, urb, urb->status);
|
|
__func__, urb, urb->status);
|