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

Commit cd14ed98 authored by Surajit Podder's avatar Surajit Podder
Browse files

msm: vidc: Avoid printing session information due to ssr



Avoid printing session information due to ssr as it can lead
to cpu watchdog timeout.

Change-Id: I72b016442141061a0ec59e92adec73f6d6601d18
Signed-off-by: default avatarSurajit Podder <spodder@codeaurora.org>
parent 84a47e8c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2180,6 +2180,7 @@ static void handle_sys_error(enum hal_command_response cmd, void *data)
			"%s: Send sys error for inst %pK\n", __func__, inst);
		change_inst_state(inst, MSM_VIDC_CORE_INVALID);
		msm_vidc_queue_v4l2_event(inst, V4L2_EVENT_MSM_VIDC_SYS_ERROR);
		if (!core->trigger_ssr)
			msm_comm_print_inst_info(inst);
	}
	dprintk(VIDC_DBG, "Calling core_release\n");