aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uvscom.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-04-22 21:31:34 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-04-22 21:31:34 +0000
commitb850ecc180aa37c044f17d6e3c964691cfc30514 (patch)
tree9000e5bc0e27a7baa3f0c95de314e4c394588cf1 /sys/dev/usb/serial/uvscom.c
parent139e9ad4d642e178015ae0af21af73edb32fc009 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/serial/uvscom.c')
-rw-r--r--sys/dev/usb/serial/uvscom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/uvscom.c b/sys/dev/usb/serial/uvscom.c
index 4e3ff576422e..f220587da127 100644
--- a/sys/dev/usb/serial/uvscom.c
+++ b/sys/dev/usb/serial/uvscom.c
@@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$");
#include <dev/usb/serial/usb_serial.h>
-#if USB_DEBUG
+#ifdef USB_DEBUG
static int uvscom_debug = 0;
SYSCTL_NODE(_hw_usb, OID_AUTO, uvscom, CTLFLAG_RW, 0, "USB uvscom");