lkml.org 
[lkml]   [2006]   [Jan]   [20]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateFri, 20 Jan 2006 09:33:26 +0100 (CET)
FromGuennadi Liakhovetski <>
Subject[PATCH 2.4.32] usb-uhci.c failing "-"
Hi

Looks like a bug?

Thanks
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany
Signed-off-by Guennadi Liakhovetski <g.liakhovetski@gmx.de>

--- 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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-01-20 09:36    [from the cache]
©2003-2008