diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:44:49 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:44:49 +0000 |
| commit | 67b362072d6312c759da1433a78963c0fe4218d9 (patch) | |
| tree | 8d049749167bbecb70f5cf77e9ffd4603111be3b | |
| parent | 4d77a549fed13746cc4edf84e511b385c1754f3d (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/uhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 04330c5bdba5..3cf4df08c793 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -2761,7 +2761,7 @@ uhci_device_setintr(uhci_softc_t *sc, struct uhci_pipe *upipe, int ival) /* Enter QHs into the controller data structures. */ for(i = 0; i < npoll; i++) uhci_add_intr(sc, upipe->u.intr.qhs[i]); - splx(s) + splx(s); DPRINTFN(5, ("uhci_setintr: returns %p\n", upipe)); return (USBD_NORMAL_COMPLETION); |
