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

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

Merge "msm: vidc: avoid bug on during noc error"

parents f47b46b8 2a407087
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2247,10 +2247,6 @@ static void handle_sys_error(enum hal_command_response cmd, void *data)

	/* handle the hw error before core released to get full debug info */
	msm_vidc_handle_hw_error(core);
	if (response->status == VIDC_ERR_NOC_ERROR) {
		dprintk(VIDC_WARN, "Got NOC error");
		MSM_VIDC_ERROR(true);
	}

	dprintk(VIDC_DBG, "Calling core_release\n");
	rc = call_hfi_op(hdev, core_release, hdev->hfi_device_data);