diff options
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r-- | drivers/usb/host/ehci-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c index fc9e7cc6ac9b..dd5eef6af6df 100644 --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c | |||
@@ -724,7 +724,7 @@ static int ehci_hub_control ( | |||
724 | #ifdef CONFIG_USB_OTG | 724 | #ifdef CONFIG_USB_OTG |
725 | if ((hcd->self.otg_port == (wIndex + 1)) | 725 | if ((hcd->self.otg_port == (wIndex + 1)) |
726 | && hcd->self.b_hnp_enable) { | 726 | && hcd->self.b_hnp_enable) { |
727 | otg_start_hnp(ehci->transceiver->otg); | 727 | otg_start_hnp(hcd->phy->otg); |
728 | break; | 728 | break; |
729 | } | 729 | } |
730 | #endif | 730 | #endif |