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

Commit 844bdc28 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 8b7fa79a 286fdde1
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");