On Sat, 9 Sep 2006 10:22:56 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote:

> > > > +++ linux-2.6.18-rc6-lem/drivers/net/irda/irda-usb.c    2006-09-07 
> > > > 22:17:03.000000000 -0700
> > > > @@ -673,7 +673,6 @@ static void irda_usb_net_timeout(struct 
> > > >                         break;
> > > >                 case -ECONNABORTED:             /* -103 */
> > > 
> > > This code can't ever occur.  It's part of the gadget API but not the host 
> > > API.
> > 
> > Are you sure about it? The code seems like a part of a host.
> 
> Do a global search under drivers/usb for ECONNABORTED.  The only places it 
> occurs are within the gadget/ subdirectory.

I see. I thought you meant that irda-usb.c was a part of gadget
stack, but in fact you meant the ECONNABORTED. In that case, I was
correct to remove its case from switch statements, right?

-- Pete

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to