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