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

Commit 55b1e65e authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

msm: ipa: Fix to release the IPA clock



Make a change to release the IPA clock when we get
a invalid response from uC to avoid XO issues.

Change-Id: I82e39915546dbd5a4c099f2b7943dcf5e18960ea
Signed-off-by: default avatarChaitanya Pratapa <cpratapa@codeaurora.org>
parent 91f7f8a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -473,6 +473,7 @@ static void ipa3_uc_response_hdlr(enum ipa_irq_type interrupt,

		if (ipa3_ctx->uc_ctx.uc_loaded) {
			IPADBG("uC resp op INIT_COMPLETED is unexpected\n");
			IPA_ACTIVE_CLIENTS_DEC_SIMPLE();
			return;
		}