diff options
author | Oliver Neukum <oneukum@suse.de> | 2013-11-18 07:23:17 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-03 13:34:33 -0500 |
commit | c793d08ecd944b1a180c6712bb47825e37cc0626 (patch) | |
tree | 8a19f529d60298d9576b7d94a40e85aff81e4354 /drivers/usb/host/ehci-hcd.c | |
parent | 1c20163d30db28552a341d5e0d6c007d4c8dc8be (diff) |
USB: kill #undef VERBOSE_DEBUG
It is useless now. Straight removal.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 1e21a3623af9..471142725ffe 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -71,7 +71,6 @@ | |||
71 | static const char hcd_name [] = "ehci_hcd"; | 71 | static const char hcd_name [] = "ehci_hcd"; |
72 | 72 | ||
73 | 73 | ||
74 | #undef VERBOSE_DEBUG | ||
75 | #undef EHCI_URB_TRACE | 74 | #undef EHCI_URB_TRACE |
76 | 75 | ||
77 | /* magic numbers that can affect system performance */ | 76 | /* magic numbers that can affect system performance */ |