On Fri, Jan 20, 2006 at 09:33:26AM +0100, Guennadi Liakhovetski wrote:
> Hi
> 
> Looks like a bug?

Looks like you're right.

Marcelo, I've merged it into -upstream.

> Thanks
> Guennadi

Thanks,
Willy

> ---------------------------------
> Guennadi Liakhovetski, Ph.D.
> DSA Daten- und Systemtechnik GmbH
> Pascalstr. 28
> D-52076 Aachen
> Germany
> 
> Signed-off-by Guennadi Liakhovetski <[EMAIL PROTECTED]>
> 
> --- a/drivers/usb/host/usb-uhci.c     Fri Jan 20 09:27:50 2006
> +++ b/drivers/usb/host/usb-uhci.c     Fri Jan 20 09:28:05 2006
> @@ -2505,7 +2505,7 @@
>                       ((urb_priv_t*)urb->hcpriv)->flags=0;
>               }
> 
> -             if ((urb->status != -ECONNABORTED) && (urb->status != 
> ECONNRESET) &&
> +             if ((urb->status != -ECONNABORTED) && (urb->status != 
> -ECONNRESET) &&
>                           (urb->status != -ENOENT)) {
> 
>                       urb->status = -EINPROGRESS;
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to