diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2003-11-12 01:40:11 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2003-11-12 01:40:11 +0000 |
| commit | 447f52c8b42366d7f69c01516539a876f3708d91 (patch) | |
| tree | c3c4c0223626a33eba0ac7ecdca8cc37cfe933c4 /sys/dev | |
| parent | 0d9ae4e24ea22d203d6fb2f7464ff358d9eecfac (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 54a09f0d080f..65fcf610d8c0 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; |
