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

Commit c13bfac6 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 4595c095 7da3d5d2
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");