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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index 835fc0844a66..47b858fc50b2 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -1114,10 +1114,8 @@ static int ehci_hub_control (
1114 if (test_bit(wIndex, &ehci->port_c_suspend)) 1114 if (test_bit(wIndex, &ehci->port_c_suspend))
1115 status |= USB_PORT_STAT_C_SUSPEND << 16; 1115 status |= USB_PORT_STAT_C_SUSPEND << 16;
1116 1116
1117#ifndef VERBOSE_DEBUG 1117 if (status & ~0xffff) /* only if wPortChange is interesting */
1118 if (status & ~0xffff) /* only if wPortChange is interesting */ 1118 dbg_port(ehci, "GetStatus", wIndex + 1, temp);
1119#endif
1120 dbg_port (ehci, "GetStatus", wIndex + 1, temp);
1121 put_unaligned_le32(status, buf); 1119 put_unaligned_le32(status, buf);
1122 break; 1120 break;
1123 case SetHubFeature: 1121 case SetHubFeature: