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

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

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

parents 95910f8b c292b62e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2237,7 +2237,7 @@ static void handle_sys_error(enum hal_command_response cmd, void *data)
	msm_vidc_handle_hw_error(core);
	msm_vidc_handle_hw_error(core);
	if (response->status == VIDC_ERR_NOC_ERROR) {
	if (response->status == VIDC_ERR_NOC_ERROR) {
		dprintk(VIDC_WARN, "Got NOC error");
		dprintk(VIDC_WARN, "Got NOC error");
		MSM_VIDC_ERROR(true);
		MSM_VIDC_ERROR(false);
	}
	}


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