diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-07 18:40:44 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-07 18:40:44 +0000 |
| commit | 5e163a2f39ca9bfdc05590830b8015208a695df3 (patch) | |
| tree | 5d38b0ce44ba356e14ee3adf143e745742a4625d /sys/dev/usb/uhub.c | |
| parent | 1a5eec23dc4dbe8bc606fd3ac4219649b06a1166 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
| -rw-r--r-- | sys/dev/usb/uhub.c | 2 |
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) |
