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

Commit db8a1de4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Do not assert if IPA FW loading fails"

parents 3627988d 853aef15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4292,7 +4292,7 @@ static ssize_t ipa3_write(struct file *file, const char __user *buf,

		if (result) {
			IPAERR("FW loading process has failed\n");
			BUG();
			return result;
		} else
			ipa3_post_init(&ipa3_res, ipa3_ctx->dev);
	}