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

Commit 24fee1ce authored by Ghanim Fodi's avatar Ghanim Fodi
Browse files

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



Currently, IPA driver asserts if IPA FW loading
fails. Some environments do not have IPA FW
integrated and we should not crash at these cases.

CRs-fixed: 2005599
Change-Id: I78b9f2cadb8c35ab455f4514c7efc9cee4cf4542
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent 46eeb995
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4112,7 +4112,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);
	}