From 063defb1c68638789fc3466451766529c2c5f754 Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Fri, 7 Mar 2014 18:39:03 +0000 Subject: 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, --- sys/dev/usb/ubsa.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/dev/usb/ubsa.c') diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 9d543a2f589..a071565b264 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsa.c,v 1.60 2013/11/15 10:17:39 pirofti Exp $ */ +/* $OpenBSD: ubsa.c,v 1.61 2014/03/07 18:39:02 mpi Exp $ */ /* $NetBSD: ubsa.c,v 1.5 2002/11/25 00:51:33 fvdl Exp $ */ /*- * Copyright (c) 2002, Alexander Kabaev . @@ -77,10 +77,6 @@ #include -#ifdef USB_DEBUG -#define UBSA_DEBUG -#endif - #ifdef UBSA_DEBUG int ubsadebug = 0; -- cgit v1.2.3