diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-03-07 18:39:03 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-03-07 18:39:03 +0000 |
commit | 063defb1c68638789fc3466451766529c2c5f754 (patch) | |
tree | 9d50cc9fc419483bb1ee5c897adb48d483ca672f /sys/dev/usb/if_atu.c | |
parent | ae7dfe87886f2abbc46f5b44b71e097b7e18d8b9 (diff) |
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
really impossible to debug the USB stack when any single device you plug
in your machine starts to vomit its own poetry,
Diffstat (limited to 'sys/dev/usb/if_atu.c')
-rw-r--r-- | sys/dev/usb/if_atu.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index d8ead0cc0d7..e5a698ab4d0 100644 --- a/sys/dev/usb/if_atu.c +++ b/sys/dev/usb/if_atu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atu.c,v 1.104 2013/11/15 10:17:39 pirofti Exp $ */ +/* $OpenBSD: if_atu.c,v 1.105 2014/03/07 18:39:02 mpi Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -82,10 +82,6 @@ #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_radiotap.h> -#ifdef USB_DEBUG -#define ATU_DEBUG -#endif - #include <dev/usb/if_atureg.h> #ifdef ATU_DEBUG |