OSDN Git Service

DRM_INFO -> DRM_DEBUG
authorAlan Hourihane <alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:21:44 +0000 (15:21 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:21:44 +0000 (15:21 +0000)
linux-core/intel_display.c

index 003739d..4b48a0b 100644 (file)
@@ -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;
        }