Loading drivers/media/platform/msm/vidc/msm_vidc.c +3 −1 Original line number Diff line number Diff line Loading @@ -709,7 +709,9 @@ int msm_vidc_release_buffers(void *instance, int buffer_type) if (!inst) return -EINVAL; if (!inst->in_reconfig) { if (!inst->in_reconfig && inst->state > MSM_VIDC_LOAD_RESOURCES && inst->state < MSM_VIDC_RELEASE_RESOURCES_DONE) { rc = msm_comm_try_state(inst, MSM_VIDC_RELEASE_RESOURCES_DONE); if (rc) { dprintk(VIDC_ERR, Loading Loading
drivers/media/platform/msm/vidc/msm_vidc.c +3 −1 Original line number Diff line number Diff line Loading @@ -709,7 +709,9 @@ int msm_vidc_release_buffers(void *instance, int buffer_type) if (!inst) return -EINVAL; if (!inst->in_reconfig) { if (!inst->in_reconfig && inst->state > MSM_VIDC_LOAD_RESOURCES && inst->state < MSM_VIDC_RELEASE_RESOURCES_DONE) { rc = msm_comm_try_state(inst, MSM_VIDC_RELEASE_RESOURCES_DONE); if (rc) { dprintk(VIDC_ERR, Loading