diff options
author | Oliver Neukum <oneukum@suse.de> | 2013-11-18 13:23:17 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-03 10:34:33 -0800 |
commit | c793d08ecd944b1a180c6712bb47825e37cc0626 (patch) | |
tree | 8a19f529d60298d9576b7d94a40e85aff81e4354 /drivers/usb/host/fotg210-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/fotg210-hcd.c')
-rw-r--r-- | drivers/usb/host/fotg210-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c index 070582bb41ae..97d6939189d6 100644 --- a/drivers/usb/host/fotg210-hcd.c +++ b/drivers/usb/host/fotg210-hcd.c @@ -56,7 +56,6 @@ static const char hcd_name[] = "fotg210_hcd"; -#undef VERBOSE_DEBUG #undef FOTG210_URB_TRACE #define FOTG210_STATS |