]> Pileus Git - ~andy/linux/commitdiff
USB: kill #undef VERBOSE_DEBUG
authorOliver Neukum <oneukum@suse.de>
Mon, 18 Nov 2013 12:23:17 +0000 (13:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Dec 2013 18:34:33 +0000 (10:34 -0800)
It is useless now. Straight removal.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/fotg210-hcd.c
drivers/usb/host/fusbh200-hcd.c
drivers/usb/host/ohci-hcd.c

index 1e21a3623af9b234d0a0f9c74658f8398e7ac665..471142725ffe1cd42f92b2ad0883fa925c715a2a 100644 (file)
@@ -71,7 +71,6 @@
 static const char      hcd_name [] = "ehci_hcd";
 
 
-#undef VERBOSE_DEBUG
 #undef EHCI_URB_TRACE
 
 /* magic numbers that can affect system performance */
index 070582bb41ae2df2188d6b839e6a2571ee71e459..97d6939189d614cf51b697295cb1276f026df12c 100644 (file)
@@ -56,7 +56,6 @@
 
 static const char      hcd_name[] = "fotg210_hcd";
 
-#undef VERBOSE_DEBUG
 #undef FOTG210_URB_TRACE
 
 #define FOTG210_STATS
index d5e379b8f73daf83ee33ff10fb97f4af6f68d8c1..9ea85b662a048e4fb07328b5a213861d0fcd3150 100644 (file)
@@ -57,7 +57,6 @@
 
 static const char      hcd_name [] = "fusbh200_hcd";
 
-#undef VERBOSE_DEBUG
 #undef FUSBH200_URB_TRACE
 
 /* magic numbers that can affect system performance */
index de0e3e430ea0d4701ae9de1220b97449c49653ce..c8e0e7637b7bc6c51ac615933dc846cd8fc71aa5 100644 (file)
@@ -51,8 +51,6 @@
 
 /*-------------------------------------------------------------------------*/
 
-#undef OHCI_VERBOSE_DEBUG      /* not always helpful */
-
 /* For initializing controller (mask in an HCFS mode too) */
 #define        OHCI_CONTROL_INIT       OHCI_CTRL_CBSR
 #define        OHCI_INTR_INIT \