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

Commit 9989d567 authored by cpratapa's avatar cpratapa Committed by Gerrit - the friendly Code Review server
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 1e6e79da
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -479,6 +479,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;
		}