Loading drivers/media/platform/msm/vidc/msm_vidc_common.c +1 −0 Original line number Diff line number Diff line Loading @@ -3340,6 +3340,7 @@ int msm_comm_try_state(struct msm_vidc_inst *inst, int state) HAL_SESSION_END_DONE); if (rc || state <= get_flipped_state(inst->state, state)) break; msm_comm_session_clean(inst); case MSM_VIDC_CORE_UNINIT: case MSM_VIDC_CORE_INVALID: dprintk(VIDC_DBG, "Sending core uninit\n"); Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_common.c +1 −0 Original line number Diff line number Diff line Loading @@ -3340,6 +3340,7 @@ int msm_comm_try_state(struct msm_vidc_inst *inst, int state) HAL_SESSION_END_DONE); if (rc || state <= get_flipped_state(inst->state, state)) break; msm_comm_session_clean(inst); case MSM_VIDC_CORE_UNINIT: case MSM_VIDC_CORE_INVALID: dprintk(VIDC_DBG, "Sending core uninit\n"); Loading