diff options
author | joe <joe@FreeBSD.org> | 2003-07-14 19:54:21 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2003-07-14 19:54:21 +0000 |
commit | 9a4aac25dafa8cec3c9707264959fa421285092d (patch) | |
tree | ee44485d030b2986d89f62a6e8c8036b1b27f8c2 /sys/dev/usb/ohci.c | |
parent | 172b66d2d683d127ae9c79a67dad8e423ef76c77 (diff) | |
download | FreeBSD-src-9a4aac25dafa8cec3c9707264959fa421285092d.zip FreeBSD-src-9a4aac25dafa8cec3c9707264959fa421285092d.tar.gz |
MFNetBSD: revision 1.136
date: 2003/01/20 05:30:09; author: simonb;
The Double-Semi-Colon Police.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 3e7f9c9..9909540 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -11,6 +11,7 @@ * $NetBSD: ohci.c,v 1.133 2002/12/07 07:14:28 toshii Exp $ * $NetBSD: ohci.c,v 1.134 2002/12/07 07:33:20 toshii Exp $ * $NetBSD: ohci.c,v 1.135 2002/12/10 14:07:37 toshii Exp $ + * $NetBSD: ohci.c,v 1.136 2003/01/20 05:30:09 simonb Exp $ * $NetBSD: ohci.c,v 1.138 2003/02/08 03:32:50 ichiro Exp $ * $NetBSD: ohci.c,v 1.140 2003/05/13 04:42:00 gson Exp $ */ @@ -1481,7 +1482,7 @@ ohci_softintr(void *v) bEndpointAddress); xfer->status = USBD_NORMAL_COMPLETION; actlen = 0; - for (i = 0, sitd = xfer->hcpriv;; + for (i = 0, sitd = xfer->hcpriv; sitd = next) { next = sitd->nextitd; if (OHCI_ITD_GET_CC(le32toh(sitd-> |