Loading drivers/media/platform/msm/vidc/msm_vidc_clocks.c +1 −1 Original line number Diff line number Diff line Loading @@ -1067,7 +1067,7 @@ void msm_clock_data_reset(struct msm_vidc_inst *inst) dprintk(VIDC_DBG, "Init DCVS Load\n"); if (!inst || !inst->core) { if (!inst || !inst->core || !inst->clk_data.entry) { dprintk(VIDC_ERR, "%s Invalid args: Inst = %pK\n", __func__, inst); return; Loading drivers/media/platform/msm/vidc/msm_vidc_common.c +8 −0 Original line number Diff line number Diff line Loading @@ -5272,6 +5272,14 @@ int msm_comm_flush(struct msm_vidc_inst *inst, u32 flags) "Invalid params, inst %pK\n", inst); return -EINVAL; } if (inst->state < MSM_VIDC_OPEN_DONE) { dprintk(VIDC_ERR, "Invalid state to call flush, inst %pK, state %#x\n", inst, inst->state); return -EINVAL; } core = inst->core; hdev = core->device; Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_clocks.c +1 −1 Original line number Diff line number Diff line Loading @@ -1067,7 +1067,7 @@ void msm_clock_data_reset(struct msm_vidc_inst *inst) dprintk(VIDC_DBG, "Init DCVS Load\n"); if (!inst || !inst->core) { if (!inst || !inst->core || !inst->clk_data.entry) { dprintk(VIDC_ERR, "%s Invalid args: Inst = %pK\n", __func__, inst); return; Loading
drivers/media/platform/msm/vidc/msm_vidc_common.c +8 −0 Original line number Diff line number Diff line Loading @@ -5272,6 +5272,14 @@ int msm_comm_flush(struct msm_vidc_inst *inst, u32 flags) "Invalid params, inst %pK\n", inst); return -EINVAL; } if (inst->state < MSM_VIDC_OPEN_DONE) { dprintk(VIDC_ERR, "Invalid state to call flush, inst %pK, state %#x\n", inst, inst->state); return -EINVAL; } core = inst->core; hdev = core->device; Loading