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

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

Merge "drm/msm/sde: change print message from error to debug"

parents 3ded7cda 8673c4d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -917,7 +917,7 @@ void sde_core_perf_crtc_update(struct drm_crtc *crtc,
			update_clk = 1;
		}
	} else {
		SDE_ERROR("crtc=%d disable\n", crtc->base.id);
		SDE_DEBUG("crtc=%d disable\n", crtc->base.id);
		memset(old, 0, sizeof(*old));
		memset(new, 0, sizeof(*new));
		update_bus = ~0;