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

Commit ce69ced9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: reduce resource not found message to debug"

parents 501a8a09 42e3505a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ static void *_sde_crtc_rp_get(struct sde_crtc_respool *rp, u32 type, u64 tag)
	if (rp->ops.get)
		val = rp->ops.get(NULL, type, -1);
	if (IS_ERR_OR_NULL(val)) {
		SDE_ERROR("crtc%d.%u failed to get res:0x%x//\n",
		SDE_DEBUG("crtc%d.%u failed to get res:0x%x//\n",
				crtc->base.id, rp->sequence_id, type);
		return NULL;
	}