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

Commit 9648c2e2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents e59a6223 0c61097f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5859,6 +5859,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");