diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-04 03:08:09 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-04 03:08:09 -0700 |
| commit | be929723bd56531da58127d85bc3069cf54d3414 (patch) | |
| tree | 26d3032fa45ac95940a80a005ed50c61a828db93 | |
| parent | c07dd44bb6f7bedcf9f076aedc295c038428a328 (diff) | |
| parent | 91c9a85bf56c15c4b8066e8b84cacf2c76f1915c (diff) | |
Merge "msm: ipa3: fix Q6 statuses exception path"
| -rw-r--r-- | drivers/platform/msm/ipa/ipa_v3/ipa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa.c b/drivers/platform/msm/ipa/ipa_v3/ipa.c index aa681d3eacaa..5b706b6f493b 100644 --- a/drivers/platform/msm/ipa/ipa_v3/ipa.c +++ b/drivers/platform/msm/ipa/ipa_v3/ipa.c @@ -2253,7 +2253,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); |
