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

Commit 286fdde1 authored by Praveen Kurapati's avatar Praveen Kurapati Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: Assert the device when IPA FW not loaded



Even though IPA FW is not loaded device continue perform
other operations. Due to which device moves to unstable
state. Added changes to assert the device when IPA FW not
loaded.

Change-Id: Ibc164ebfef382c0e06b0f9b81f91dcd5928a5f3c
Signed-off-by: default avatarPraveen Kurapati <pkurapat@codeaurora.org>
parent da2a0248
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6202,6 +6202,7 @@ static void ipa3_load_ipa_fw(struct work_struct *work)
	if (result) {
		IPAERR("IPA FW loading process has failed result=%d\n",
			result);
		ipa_assert();
		return;
	}
	pr_info("IPA FW loaded successfully\n");