add missing semicolon.

This commit is contained in:
Alfred Perlstein 2002-03-19 21:44:49 +00:00
parent 4d77a549fe
commit 67b362072d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92724

View File

@ -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);