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

Commit 77afcc9b 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: fix to unlock the DDR region after FW loading"

parents 0b4dfd6d 2a2af8b4
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -4557,6 +4557,8 @@ static int ipa3_pil_load_ipa_fws(void)
	if (IS_ERR_OR_NULL(subsystem_get_retval)) {
	if (IS_ERR_OR_NULL(subsystem_get_retval)) {
		IPAERR("Unable to trigger PIL process for FW loading\n");
		IPAERR("Unable to trigger PIL process for FW loading\n");
		return -EINVAL;
		return -EINVAL;
	} else {
		subsystem_put(subsystem_get_retval);
	}
	}


	IPADBG("PIL FW loading process is complete\n");
	IPADBG("PIL FW loading process is complete\n");