Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ed2d3f5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: dwc3: Fix typo 'USB_CONFIG' to 'CONFIG_USB'"

parents eb08f541 51e5332e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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

@@ -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