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

Commit eb677206 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: keep proxy clock on if uC loading fails



Remove clk unvote if uC loading fails so device does not enter power
collapse as uC is needed to restore the registers brought down by
power collapse.

Change-Id: I569b3138b89191cbdb5a01a2a09090e514f65cc2
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 509db46a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5069,7 +5069,6 @@ static void ipa3_load_ipa_fw(struct work_struct *work)
		if (result) {
			IPAERR("IPA uC loading process has failed result=%d\n",
				result);
			ipa3_proxy_clk_unvote();
			return;
		}
		IPADBG("IPA uC PIL loading succeeded\n");