Re: [PATCH 2/2] usbatm: Detect usb device shutdown and ignore failed urbs.

2007-02-23 Thread Duncan Sands
Hi Pete, On Friday 23 February 2007 00:53:18 Pete Zaitcev wrote: > On Thu, 22 Feb 2007 11:43:38 +0100, Duncan Sands <[EMAIL PROTECTED]> wrote: > > > + /* the module/device has probably been removed */ > > > + if (urb->status == -ESHUTDOWN) > > > + return; > > > + >

Re: [PATCH 2/2] usbatm: Detect usb device shutdown and ignore failed urbs.

2007-02-22 Thread Pete Zaitcev
On Thu, 22 Feb 2007 11:43:38 +0100, Duncan Sands <[EMAIL PROTECTED]> wrote: > > + /* the module/device has probably been removed */ > > + if (urb->status == -ESHUTDOWN) > > + return; > > + > > if (printk_ratelimit()) > > atm_war

Re: [PATCH 2/2] usbatm: Detect usb device shutdown and ignore failed urbs.

2007-02-22 Thread Duncan Sands
> + /* the module/device has probably been removed */ > + if (urb->status == -ESHUTDOWN) > + return; > + > if (printk_ratelimit()) > atm_warn(channel->usbatm, "%s: urb 0x%p failed (%d)!\n", >