aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c
diff options
context:
space:
mode:
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);