aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uplcom.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-05-21 01:48:42 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-05-21 01:48:42 +0000
commit9360ae40732b59f08fc5b328b57f0a20e9aac216 (patch)
tree07eac7e444b63b3d32ec9a0811e17d530366568a /sys/dev/usb/serial/uplcom.c
parent596c08801d91a8bc75614bbf5e059439c0e8c31c (diff)
Notes
Diffstat (limited to 'sys/dev/usb/serial/uplcom.c')
-rw-r--r--sys/dev/usb/serial/uplcom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c
index 3bbb32af6e0d3..f01f7448ac0ea 100644
--- a/sys/dev/usb/serial/uplcom.c
+++ b/sys/dev/usb/serial/uplcom.c
@@ -105,8 +105,8 @@ __FBSDID("$FreeBSD$");
#if USB_DEBUG
static int uplcom_debug = 0;
-SYSCTL_NODE(_hw_usb2, OID_AUTO, uplcom, CTLFLAG_RW, 0, "USB uplcom");
-SYSCTL_INT(_hw_usb2_uplcom, OID_AUTO, debug, CTLFLAG_RW,
+SYSCTL_NODE(_hw_usb, OID_AUTO, uplcom, CTLFLAG_RW, 0, "USB uplcom");
+SYSCTL_INT(_hw_usb_uplcom, OID_AUTO, debug, CTLFLAG_RW,
&uplcom_debug, 0, "Debug level");
#endif