diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-02-26 15:21:44 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-02-26 15:21:44 +0000 |
commit | 73cb02b5430b3881cbce5fb4852ac573c11ff831 (patch) | |
tree | 053e51493eb4669fc29df43e85046fe25bee6337 | |
parent | 191385d51880d5757c8038ff4b46ee5ccb3561c1 (diff) |
DRM_INFO -> DRM_DEBUG
-rw-r--r-- | linux-core/intel_display.c | 2 |
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; } |