summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-12-09 01:39:32 +0000
committerjoe <joe@FreeBSD.org>2002-12-09 01:39:32 +0000
commit0732397245dc490cc9572166856faa10d413ac11 (patch)
tree359c5f24a31d0d47ed215864b5619cc1bc637368 /sys
parent1419aefa43c10ba1cd2b1c7cb494674777bfb65c (diff)
downloadFreeBSD-src-0732397245dc490cc9572166856faa10d413ac11.zip
FreeBSD-src-0732397245dc490cc9572166856faa10d413ac11.tar.gz
MFNetBSD:
date: 2002/09/29 20:59:30; author: augustss; state: Exp; lines: +2 -7 Remove extra call to ohci_rem_ed(). From kern/18448, Takeshi Nakayama. Approved by: re (rwatson)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ohci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index dafccfd..34a02f3 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -3447,13 +3447,8 @@ ohci_device_isoc_close(usbd_pipe_handle pipe)
{
struct ohci_pipe *opipe = (struct ohci_pipe *)pipe;
ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus;
- int s;
DPRINTF(("ohci_device_isoc_close: pipe=%p\n", pipe));
-
- s = splusb();
- ohci_rem_ed(opipe->sed, sc->sc_isoc_head);
- splx(s);
ohci_close_pipe(pipe, sc->sc_isoc_head);
#ifdef DIAGNOSTIC
opipe->tail.itd->isdone = 1;
OpenPOWER on IntegriCloud