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

Commit 20d93fdb 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: Avoid printing session information due to ssr"

parents e397da0e cd14ed98
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2196,6 +2196,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");