Loading drivers/platform/msm/gsi/gsi_dbg.c +3 −3 Original line number Diff line number Diff line Loading @@ -653,10 +653,10 @@ static ssize_t gsi_rst_stats(struct file *file, } else if (ch_id < 0 || ch_id >= GSI_MAX_CHAN || !gsi_ctx->chan[ch_id].allocated) { goto error; } } else { min = ch_id; max = ch_id + 1; } for (ch_id = min; ch_id < max; ch_id++) memset(&gsi_ctx->chan[ch_id].stats, 0, Loading Loading
drivers/platform/msm/gsi/gsi_dbg.c +3 −3 Original line number Diff line number Diff line Loading @@ -653,10 +653,10 @@ static ssize_t gsi_rst_stats(struct file *file, } else if (ch_id < 0 || ch_id >= GSI_MAX_CHAN || !gsi_ctx->chan[ch_id].allocated) { goto error; } } else { min = ch_id; max = ch_id + 1; } for (ch_id = min; ch_id < max; ch_id++) memset(&gsi_ctx->chan[ch_id].stats, 0, Loading