All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4.32] usb-uhci.c failing "-"
@ 2006-01-20  8:33 Guennadi Liakhovetski
  2006-01-20 22:19 ` Willy Tarreau
  2006-01-20 23:10 ` Pete Zaitcev
  0 siblings, 2 replies; 5+ messages in thread
From: Guennadi Liakhovetski @ 2006-01-20  8:33 UTC (permalink / raw)
  To: linux-kernel, USB development list; +Cc: Marcelo Tosatti

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;

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-22  7:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-20  8:33 [PATCH 2.4.32] usb-uhci.c failing "-" Guennadi Liakhovetski
2006-01-20 22:19 ` Willy Tarreau
2006-01-20 23:10 ` Pete Zaitcev
2006-01-22  0:15   ` Guennadi Liakhovetski
2006-01-22  7:27     ` Pete Zaitcev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.