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

Commit 7da3d5d2 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

Revert "msm: vidc: do not treat NOC error as fatal error"



This reverts commit c292b62e.
Treat NOC error as fatal only.

Change-Id: I761f34c6d5cb690ecbfd9829cf9ac7178867800e
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent f6f026ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2240,7 +2240,7 @@ static void handle_sys_error(enum hal_command_response cmd, void *data)
	msm_vidc_handle_hw_error(core);
	if (response->status == VIDC_ERR_NOC_ERROR) {
		dprintk(VIDC_WARN, "Got NOC error");
		MSM_VIDC_ERROR(false);
		MSM_VIDC_ERROR(true);
	}

	dprintk(VIDC_DBG, "Calling core_release\n");