Loading drivers/media/platform/msm/vidc/msm_vidc_common.c +0 −4 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_common.c +0 −4 Original line number Diff line number Diff line Loading @@ -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); Loading