aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-05-07 18:40:44 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-05-07 18:40:44 +0000
commit5e163a2f39ca9bfdc05590830b8015208a695df3 (patch)
tree5d38b0ce44ba356e14ee3adf143e745742a4625d
parent1a5eec23dc4dbe8bc606fd3ac4219649b06a1166 (diff)
Notes
-rw-r--r--sys/dev/usb/uhub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index e2530418e7e79..c257904267812 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -65,7 +65,7 @@
#ifdef UHUB_DEBUG
#define DPRINTF(x) if (uhubdebug) logprintf x
#define DPRINTFN(n,x) if (uhubdebug>(n)) logprintf x
-int uhubdebug;
+int uhubdebug = 0;
#else
#define DPRINTF(x)
#define DPRINTFN(n,x)