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

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

Merge "usb: dwc3-msm: Initialize ssphy0_sus and ssphy1_sus with false"

parents 5213e799 803754cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {