summaryrefslogtreecommitdiff
path: root/linux-core/intel_display.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:21:44 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:21:44 +0000
commit73cb02b5430b3881cbce5fb4852ac573c11ff831 (patch)
tree053e51493eb4669fc29df43e85046fe25bee6337 /linux-core/intel_display.c
parent191385d51880d5757c8038ff4b46ee5ccb3561c1 (diff)
DRM_INFO -> DRM_DEBUG
Diffstat (limited to 'linux-core/intel_display.c')
-rw-r--r--linux-core/intel_display.c2
1 files changed, 1 insertions, 1 deletions
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;
}