summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2003-11-12 01:40:11 +0000
committerjoe <joe@FreeBSD.org>2003-11-12 01:40:11 +0000
commitf7ba36e992173aeb19487e6cda7e0ef269278c23 (patch)
treec3c4c0223626a33eba0ac7ecdca8cc37cfe933c4 /sys
parent19c69bbd49c4d95a3cf228c609e4ee3257649d3a (diff)
downloadFreeBSD-src-f7ba36e992173aeb19487e6cda7e0ef269278c23.zip
FreeBSD-src-f7ba36e992173aeb19487e6cda7e0ef269278c23.tar.gz
Remove a gremlin so that this code compiles under -stable without
a "syntax error before `struct'" error.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 54a09f0..65fcf61 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1475,7 +1475,7 @@ ohci_softintr(void *v)
printf("ohci_softintr: sitd=%p is done\n", sitd);
sitd->isdone = 1;
#endif
- struct ohci_pipe *opipe = (struct ohci_pipe *)xfer->pipe;
+ opipe = (struct ohci_pipe *)xfer->pipe;
if (opipe->aborting)
continue;
OpenPOWER on IntegriCloud