patch-2.4.23 linux-2.4.23/drivers/usb/host/ehci-sched.c
Next file: linux-2.4.23/drivers/usb/host/ehci.h
Previous file: linux-2.4.23/drivers/usb/host/ehci-q.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-11-28 10:26:20.000000000 -0800
-  Orig file: 
linux-2.4.22/drivers/usb/host/ehci-sched.c
-  Orig date: 
2003-06-13 07:51:36.000000000 -0700
diff -urN linux-2.4.22/drivers/usb/host/ehci-sched.c linux-2.4.23/drivers/usb/host/ehci-sched.c
@@ -397,7 +397,7 @@
 				if (status == 0)
 					break;
 			}
-		} while (status && --frame);
+		} while (status && frame--);
 		if (status)
 			goto done;
 		qh->start = frame;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)