summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-08-26 08:40:55 +0000
committerdfr <dfr@FreeBSD.org>1999-08-26 08:40:55 +0000
commitdfff9dd881cdf1f7632d12063916db5a735be00e (patch)
tree0792ee4e19b0c3778a463ba1f2cbcc3ee75baee9 /sys/dev
parentda827dcea3c5cae2e6a105699537d1312b4d8357 (diff)
downloadFreeBSD-src-dfff9dd881cdf1f7632d12063916db5a735be00e.zip
FreeBSD-src-dfff9dd881cdf1f7632d12063916db5a735be00e.tar.gz
Don't schedule the next transaction if the pipe is being aborted.
Diffstat (limited to 'sys/dev')
-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 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);
}
}
OpenPOWER on IntegriCloud