aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-08-26 08:40:55 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-08-26 08:40:55 +0000
commit22147525d2259958467dee98117968442f431d2d (patch)
tree6a28fcd7aa3aa74e1f980fbcd5747ed824166dbd /sys/dev/usb
parent8f0561cc424117891c596a530f5fb196c4b85acc (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ohci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index a3fc84a2d59f3..c65d31d636c93 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -2135,7 +2135,6 @@ ohci_device_intr_abort(reqh)
if (reqh->pipe->intrreqh == reqh) {
DPRINTF(("ohci_device_intr_abort: remove\n"));
reqh->pipe->intrreqh = 0;
- ohci_intr_done((ohci_softc_t *)reqh->pipe->device->bus, reqh);
}
}