Merge "msm: ipa4: Don't decrease channel ref conunt for GCI channel"

This commit is contained in:
qctecmdr
2019-07-17 17:36:47 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -3147,7 +3147,7 @@ int gsi_dealloc_channel(unsigned long chan_hdl)
}
devm_kfree(gsi_ctx->dev, ctx->user_data);
ctx->allocated = false;
if (ctx->evtr)
if (ctx->evtr && (ctx->props.prot != GSI_CHAN_PROT_GCI))
atomic_dec(&ctx->evtr->chan_ref_cnt);
atomic_dec(&gsi_ctx->num_chan);