PERFORCE change 170355 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Nov 8 13:28:13 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=170355

Change 170355 by hselasky at hselasky_laptop001 on 2009/11/08 13:27:55

	
	USB controller:
		 - adjust debug output
		 - suggested by Alexander Nedotsukov

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/controller/ehci.c#41 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/controller/ehci.c#41 (text+ko) ====

@@ -1498,7 +1498,8 @@
 {
 	ehci_softc_t *sc = arg;
 
-	DPRINTFN(3, "ehci_intrq_timeout\n");
+	DPRINTFN(3, "\n");
+
 	ehci_interrupt_poll(sc);
 }
 


More information about the p4-projects mailing list