summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-20 05:56:08 +0000
committersam <sam@FreeBSD.org>2008-12-20 05:56:08 +0000
commitcfc6723016fb9ae5959d54d86b69f58478ac7091 (patch)
tree6d89a4823893b0b7254791d00b8adbd0ffcfdb16 /sys/dev/usb
parenta273d471c70f49afa6014491acca3266bf48a1ea (diff)
downloadFreeBSD-src-cfc6723016fb9ae5959d54d86b69f58478ac7091.zip
FreeBSD-src-cfc6723016fb9ae5959d54d86b69f58478ac7091.tar.gz
fix build w/ EHCI_DEBUG
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index 529ba1b..1b4c0080 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -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
OpenPOWER on IntegriCloud