ChangeSet 1.1006, 2003/02/20 12:02:59-08:00, johannes@erdfelt.com

[PATCH] USB: 2.4 OHCI trivial comment cleanup

I've been digging into the OHCI driver to understand and/or fix a couple
of bugs I've been running into and I noticed this comment.

It's not accurate anymore since all 3 HCs use urb->timeout as a relative
value.


diff -Nru a/drivers/usb/usb-ohci.c b/drivers/usb/usb-ohci.c
--- a/drivers/usb/usb-ohci.c	Thu Feb 20 12:06:46 2003
+++ b/drivers/usb/usb-ohci.c	Thu Feb 20 12:06:46 2003
@@ -695,9 +695,6 @@
 	if (urb->timeout) {
 		struct list_head	*entry;
 
-		// FIXME:  usb-uhci uses relative timeouts (like this),
-		// while uhci uses absolute ones (probably better).
-		// Pick one solution and change the affected drivers.
 		urb->timeout += jiffies;
 
 		list_for_each (entry, &ohci->timeout_list) {