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

Commit 90264dbb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: phy: msm: Fix the compilation error with GCC 5.1"

parents acdf47e5 7be9cd7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1389,7 +1389,7 @@ phcd_retry:
	/* Ensure that above operation is completed before turning off clocks */
	mb();
	/* Consider clocks on workaround flag only in case of bus suspend */
	if ((!phy->state == OTG_STATE_B_PERIPHERAL &&
	if (!(phy->state == OTG_STATE_B_PERIPHERAL &&
			test_bit(A_BUS_SUSPEND, &motg->inputs)) ||
			!motg->pdata->core_clk_always_on_workaround) {
		clk_disable_unprepare(motg->pclk);