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

Commit 9b418489 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: Raise sys error if sys_init_done times out"

parents 1a45a811 d7979e36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2135,6 +2135,7 @@ static int msm_comm_init_core_done(struct msm_vidc_inst *inst)
	rc = msm_comm_check_core_init(inst->core);
	if (rc) {
		dprintk(VIDC_ERR, "%s - failed to initialize core\n", __func__);
		msm_comm_generate_sys_error(inst);
		return rc;
	}
	change_inst_state(inst, MSM_VIDC_CORE_INIT_DONE);