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 7ccb3ccf8e86..5728829cf6ef 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -922,7 +922,7 @@ int ehci_hub_control(
922#ifdef CONFIG_USB_OTG 922#ifdef CONFIG_USB_OTG
923 if ((hcd->self.otg_port == (wIndex + 1)) 923 if ((hcd->self.otg_port == (wIndex + 1))
924 && hcd->self.b_hnp_enable) { 924 && hcd->self.b_hnp_enable) {
925 otg_start_hnp(hcd->phy->otg); 925 otg_start_hnp(hcd->usb_phy->otg);
926 break; 926 break;
927 } 927 }
928#endif 928#endif