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

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

Merge "msm: ipa3: fix Q6 statuses exception path" into msm-4.9

parents 11d3808d 8c19dd4e
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);