Please review this fix.

Index: dev/usb/uhci.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/usb/uhci.c,v
retrieving revision 1.87
diff -u -r1.87 uhci.c
--- dev/usb/uhci.c      16 Mar 2002 12:44:21 -0000      1.87
+++ dev/usb/uhci.c      19 Mar 2002 20:21:55 -0000
@@ -917,6 +917,7 @@
        }
 }
 
+#if 0
 Static void
 uhci_dump_ii(uhci_intr_info_t *ii)
 {
@@ -964,6 +965,7 @@
               ed->bEndpointAddress, ed->bmAttributes);
 #undef DONE
 }
+#endif
 
 #endif
 
@@ -2761,7 +2763,7 @@
        /* 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);



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to