summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_debug.h')
-rw-r--r--sys/dev/usb/usb_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h
index b6bfbcf..8718c89 100644
--- a/sys/dev/usb/usb_debug.h
+++ b/sys/dev/usb/usb_debug.h
@@ -34,7 +34,7 @@ extern int usb_debug;
/* Check if USB debugging is enabled. */
#ifdef USB_DEBUG_VAR
-#if (USB_DEBUG != 0)
+#ifdef USB_DEBUG
#define DPRINTFN(n,fmt,...) do { \
if ((USB_DEBUG_VAR) >= (n)) { \
printf("%s: " fmt, \
OpenPOWER on IntegriCloud