Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fabe2968 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Clean session immediately after session end"

parents 0a4fdee3 6e0fc134
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");