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

Commit 8c19dd4e authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa3: fix Q6 statuses exception path



Set APPS_LAN_CONS pipe as the statuses exception pipe for all
Q6 pipes instead setting this pipe as exception pipe only for
pipe 0.

Change-Id: Id00abb0ddabddd5c76a45e0878e327cba950176c
CRs-Fixed: 2027835
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 1111c4cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2245,7 +2245,8 @@ static int ipa3_q6_set_ex_path_to_apps(void)
			reg_write.pipeline_clear_options =
				IPAHAL_HPS_CLEAR;
			reg_write.offset =
				ipahal_get_reg_ofst(IPA_ENDP_STATUS_n);
				ipahal_get_reg_n_ofst(IPA_ENDP_STATUS_n,
					ep_idx);
			ipahal_get_status_ep_valmask(
				ipa3_get_ep_mapping(IPA_CLIENT_APPS_LAN_CONS),
				&valmask);