diff options
Diffstat (limited to 'sys/dev/usb/ehci_pci.c')
-rw-r--r-- | sys/dev/usb/ehci_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c index 5805447..d9ba93f 100644 --- a/sys/dev/usb/ehci_pci.c +++ b/sys/dev/usb/ehci_pci.c @@ -147,7 +147,7 @@ static const char *ehci_device_generic = "EHCI (generic) USB 2.0 controller"; #ifdef USB_DEBUG #define EHCI_DEBUG USB_DEBUG -#define DPRINTF(x) do { if (ehcidebug) logprintf x; } while (0) +#define DPRINTF(x) do { if (ehcidebug) printf x; } while (0) extern int ehcidebug; #else #define DPRINTF(x) |