From 73cb02b5430b3881cbce5fb4852ac573c11ff831 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 26 Feb 2008 15:21:44 +0000 Subject: DRM_INFO -> DRM_DEBUG --- linux-core/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-core/intel_display.c b/linux-core/intel_display.c index 003739d7..4b48a0b2 100644 --- a/linux-core/intel_display.c +++ b/linux-core/intel_display.c @@ -375,7 +375,7 @@ intel_pipe_set_base(struct drm_crtc *crtc, int x, int y) /* no fb bound */ if (!crtc->fb) { - DRM_INFO("No FB bound\n"); + DRM_DEBUG("No FB bound\n"); return; } -- cgit v1.2.3