mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
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>
This commit is contained in:
parent
1c20163d30
commit
c793d08ecd
@ -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 */
|
||||
|
@ -56,7 +56,6 @@
|
||||
|
||||
static const char hcd_name[] = "fotg210_hcd";
|
||||
|
||||
#undef VERBOSE_DEBUG
|
||||
#undef FOTG210_URB_TRACE
|
||||
|
||||
#define FOTG210_STATS
|
||||
|
@ -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 */
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user