Loading drivers/usb/dwc3/dwc3-msm.c +2 −2 Original line number Diff line number Diff line Loading @@ -5148,7 +5148,7 @@ static int dwc3_otg_start_host(struct dwc3_msm *mdwc, int on) mdwc->host_nb.notifier_call = dwc3_msm_host_notifier; #ifdef USB_CONFIG #ifdef CONFIG_USB usb_register_notify(&mdwc->host_nb); #endif Loading Loading @@ -5250,7 +5250,7 @@ static int dwc3_otg_start_host(struct dwc3_msm *mdwc, int on) dwc3_msm_clear_ssphy_flags(mdwc, PHY_HOST_MODE); dwc3_msm_clear_hsphy_flags(mdwc, PHY_HOST_MODE); dwc3_host_exit(dwc); #ifdef USB_CONFIG #ifdef CONFIG_USB usb_unregister_notify(&mdwc->host_nb); #endif Loading Loading
drivers/usb/dwc3/dwc3-msm.c +2 −2 Original line number Diff line number Diff line Loading @@ -5148,7 +5148,7 @@ static int dwc3_otg_start_host(struct dwc3_msm *mdwc, int on) mdwc->host_nb.notifier_call = dwc3_msm_host_notifier; #ifdef USB_CONFIG #ifdef CONFIG_USB usb_register_notify(&mdwc->host_nb); #endif Loading Loading @@ -5250,7 +5250,7 @@ static int dwc3_otg_start_host(struct dwc3_msm *mdwc, int on) dwc3_msm_clear_ssphy_flags(mdwc, PHY_HOST_MODE); dwc3_msm_clear_hsphy_flags(mdwc, PHY_HOST_MODE); dwc3_host_exit(dwc); #ifdef USB_CONFIG #ifdef CONFIG_USB usb_unregister_notify(&mdwc->host_nb); #endif Loading