summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/usb_serial.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-04-22 21:31:34 +0000
committerthompsa <thompsa@FreeBSD.org>2010-04-22 21:31:34 +0000
commitbd3f3db8dd41b77e5624bea80abc9248a8f134a6 (patch)
tree9000e5bc0e27a7baa3f0c95de314e4c394588cf1 /sys/dev/usb/serial/usb_serial.c
parent6fc09494d18ddab1972ded17fb6e798228bacffb (diff)
downloadFreeBSD-src-bd3f3db8dd41b77e5624bea80abc9248a8f134a6.zip
FreeBSD-src-bd3f3db8dd41b77e5624bea80abc9248a8f134a6.tar.gz
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
the illusion of a tunable setting but was always turned on regardless. MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/serial/usb_serial.c')
-rw-r--r--sys/dev/usb/serial/usb_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/usb_serial.c b/sys/dev/usb/serial/usb_serial.c
index 871ae54..6573d8e 100644
--- a/sys/dev/usb/serial/usb_serial.c
+++ b/sys/dev/usb/serial/usb_serial.c
@@ -104,7 +104,7 @@ __FBSDID("$FreeBSD$");
SYSCTL_NODE(_hw_usb, OID_AUTO, ucom, CTLFLAG_RW, 0, "USB ucom");
-#if USB_DEBUG
+#ifdef USB_DEBUG
static int ucom_debug = 0;
SYSCTL_INT(_hw_usb_ucom, OID_AUTO, debug, CTLFLAG_RW,
OpenPOWER on IntegriCloud