Browse Source

Merge "disp: msm: sde: Remove error log for invalid dspp in hist irq"

qctecmdr 4 years ago
parent
commit
d04a00ec85
1 changed files with 2 additions and 3 deletions
  1. 2 3
      msm/sde/sde_color_processing.c

+ 2 - 3
msm/sde/sde_color_processing.c

@@ -3750,9 +3750,8 @@ int sde_cp_hist_interrupt(struct drm_crtc *crtc_drm, bool en,
 	}
 
 	if (!hw_dspp) {
-		DRM_ERROR("invalid dspp\n");
-		ret = -EPERM;
-		goto exit;
+		DRM_DEBUG_DRIVER("invalid dspp\n");
+		return -ENODEV;
 	}
 
 	irq_idx = sde_core_irq_idx_lookup(kms, SDE_IRQ_TYPE_HIST_DSPP_DONE,