diff options
-rw-r--r-- | sys/dev/usb/ohci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index a3fc84a..c65d31d 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); } } |