Loading drivers/platform/msm/gsi/gsi.c +2 −1 Original line number Diff line number Diff line Loading @@ -2395,6 +2395,7 @@ int gsi_alloc_channel(struct gsi_chan_props *props, unsigned long dev_hdl, if (erindex < GSI_EVT_RING_MAX) { ctx->evtr = &gsi_ctx->evtr[erindex]; if (props->prot != GSI_CHAN_PROT_GCI) atomic_inc(&ctx->evtr->chan_ref_cnt); if (props->prot != GSI_CHAN_PROT_GCI && ctx->evtr->props.exclusive && Loading Loading
drivers/platform/msm/gsi/gsi.c +2 −1 Original line number Diff line number Diff line Loading @@ -2395,6 +2395,7 @@ int gsi_alloc_channel(struct gsi_chan_props *props, unsigned long dev_hdl, if (erindex < GSI_EVT_RING_MAX) { ctx->evtr = &gsi_ctx->evtr[erindex]; if (props->prot != GSI_CHAN_PROT_GCI) atomic_inc(&ctx->evtr->chan_ref_cnt); if (props->prot != GSI_CHAN_PROT_GCI && ctx->evtr->props.exclusive && Loading