summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2009-08-10 17:23:56 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2009-08-10 17:23:56 +0000
commitd3a87889bdf1d0cea9c739246c1685c70afaf16a (patch)
treea850f31740b20ba759cac0283c732742c0e23826 /sys/dev/usb
parent18edd7f32dbb7cd20b5ed9bc3e8c4d8dfa18fb00 (diff)
undef OTUS_DEBUG.
can't believe this made it into 4.6 :-(
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_otus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_otus.c b/sys/dev/usb/if_otus.c
index 9013f34a10f..0c047b4b91e 100644
--- a/sys/dev/usb/if_otus.c
+++ b/sys/dev/usb/if_otus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_otus.c,v 1.10 2009/05/23 18:03:41 jsg Exp $ */
+/* $OpenBSD: if_otus.c,v 1.11 2009/08/10 17:23:55 damien Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -68,8 +68,6 @@
#define OTUS_DEBUG
#endif
-#define OTUS_DEBUG
-
#ifdef OTUS_DEBUG
#define DPRINTF(x) do { if (otus_debug) printf x; } while (0)
#define DPRINTFN(n, x) do { if (otus_debug >= (n)) printf x; } while (0)