diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-22 19:51:23 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-22 19:51:23 -0800 |
| commit | f86c482aa881088681663ea58dc0c7cbf9075368 (patch) | |
| tree | 1774fa8c65d7f3b6403ef0418675629870d18cad | |
| parent | fb37a1b841d61d73a7aa74ce1b9ff8fc02120804 (diff) | |
| parent | a0e635c6b8e8bde50637c8f19ae0e0293073b70a (diff) | |
Merge "msm: ipa3: Fix IPA aggregation force close call"
| -rw-r--r-- | drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c b/drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c index d0aa42c81750..9fe7b6c59302 100644 --- a/drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c +++ b/drivers/platform/msm/ipa/ipa_v3/ipahal/ipahal_reg.c @@ -1566,6 +1566,8 @@ void ipahal_get_aggr_force_close_valmask(int ep_idx, return; } + memset(valmask, 0, sizeof(struct ipahal_reg_valmask)); + if (ipahal_ctx->hw_type <= IPA_HW_v3_1) { shft = IPA_AGGR_FORCE_CLOSE_AGGR_FORCE_CLOSE_PIPE_BITMAP_SHFT; bmsk = IPA_AGGR_FORCE_CLOSE_AGGR_FORCE_CLOSE_PIPE_BITMAP_BMSK; |
