Loading drivers/media/platform/msm/cvp/msm_cvp_dsp.c +3 −1 Original line number Diff line number Diff line Loading @@ -566,8 +566,10 @@ static int cvp_dsp_thread(void *data) switch (me->pending_dsp2cpu_cmd.type) { case DSP2CPU_POWERON: { if (me->state == DSP_READY) if (me->state == DSP_READY) { cmd.ret = 0; break; } mutex_unlock(&me->lock); old_state = me->state; Loading Loading
drivers/media/platform/msm/cvp/msm_cvp_dsp.c +3 −1 Original line number Diff line number Diff line Loading @@ -566,8 +566,10 @@ static int cvp_dsp_thread(void *data) switch (me->pending_dsp2cpu_cmd.type) { case DSP2CPU_POWERON: { if (me->state == DSP_READY) if (me->state == DSP_READY) { cmd.ret = 0; break; } mutex_unlock(&me->lock); old_state = me->state; Loading