aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2008-02-01 14:42:05 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2008-04-25 00:16:34 -0400
commit9776afc8b3dc487557f3f576002520f59be334e6 (patch)
treecaade949e8743344a429041681f16a899b943ff6 /drivers/usb/host/ehci-hub.c
parentdbe0dbb7dfda52140d3469d7035a08dfa874fca2 (diff)
USB: ehci: minor cleanups
Minor cleanups to the EHCI code: revision history is what source code repositories should have. Switch to a more standard way to kick in verbose debugging -- don't be EHCI-specific. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r--drivers/usb/host/ehci-hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index fea9e47192db..21ac3781f21a 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -767,7 +767,7 @@ static int ehci_hub_control (
767 if (temp & PORT_POWER) 767 if (temp & PORT_POWER)
768 status |= 1 << USB_PORT_FEAT_POWER; 768 status |= 1 << USB_PORT_FEAT_POWER;
769 769
770#ifndef EHCI_VERBOSE_DEBUG 770#ifndef VERBOSE_DEBUG
771 if (status & ~0xffff) /* only if wPortChange is interesting */ 771 if (status & ~0xffff) /* only if wPortChange is interesting */
772#endif 772#endif
773 dbg_port (ehci, "GetStatus", wIndex + 1, temp); 773 dbg_port (ehci, "GetStatus", wIndex + 1, temp);