svn commit: r186353 - head/sys/dev/usb

Sam Leffler sam at FreeBSD.org
Sat Dec 20 05:56:09 UTC 2008


Author: sam
Date: Sat Dec 20 05:56:08 2008
New Revision: 186353
URL: http://svn.freebsd.org/changeset/base/186353

Log:
  fix build w/ EHCI_DEBUG

Modified:
  head/sys/dev/usb/ehci.c

Modified: head/sys/dev/usb/ehci.c
==============================================================================
--- head/sys/dev/usb/ehci.c	Sat Dec 20 03:26:09 2008	(r186352)
+++ head/sys/dev/usb/ehci.c	Sat Dec 20 05:56:08 2008	(r186353)
@@ -869,7 +869,7 @@ ehci_idone(struct ehci_xfer *ex)
 			splx(s);
 #ifdef EHCI_DEBUG
 			printf("ehci_idone: ex is done!\n   ");
-			ehci_dump_exfer(sc, ex);
+			ehci_dump_exfer(ex);
 #else
 			printf("ehci_idone: ex=%p is done!\n", ex);
 #endif


More information about the svn-src-all mailing list