diff options
author | sam <sam@FreeBSD.org> | 2008-12-20 05:56:08 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-12-20 05:56:08 +0000 |
commit | cfc6723016fb9ae5959d54d86b69f58478ac7091 (patch) | |
tree | 6d89a4823893b0b7254791d00b8adbd0ffcfdb16 /sys | |
parent | a273d471c70f49afa6014491acca3266bf48a1ea (diff) | |
download | FreeBSD-src-cfc6723016fb9ae5959d54d86b69f58478ac7091.zip FreeBSD-src-cfc6723016fb9ae5959d54d86b69f58478ac7091.tar.gz |
fix build w/ EHCI_DEBUG
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ehci.c | 2 |
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 |