Loading drivers/usb/dwc3/dwc3-msm.c +1 −1 Original line number Diff line number Diff line Loading @@ -2716,7 +2716,7 @@ static int dwc3_msm_prepare_suspend(struct dwc3_msm *mdwc, bool ignore_p3_state) struct dwc3 *dwc = platform_get_drvdata(mdwc->dwc3); unsigned long timeout; u32 reg = 0; bool ssphy0_sus, ssphy1_sus; bool ssphy0_sus = false, ssphy1_sus = false; /* Allow SSPHY(s) to go to P3 state if SSPHY autosuspend is disabled */ if (dwc->dis_u3_susphy_quirk) { Loading Loading
drivers/usb/dwc3/dwc3-msm.c +1 −1 Original line number Diff line number Diff line Loading @@ -2716,7 +2716,7 @@ static int dwc3_msm_prepare_suspend(struct dwc3_msm *mdwc, bool ignore_p3_state) struct dwc3 *dwc = platform_get_drvdata(mdwc->dwc3); unsigned long timeout; u32 reg = 0; bool ssphy0_sus, ssphy1_sus; bool ssphy0_sus = false, ssphy1_sus = false; /* Allow SSPHY(s) to go to P3 state if SSPHY autosuspend is disabled */ if (dwc->dis_u3_susphy_quirk) { Loading