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

index 36d9fc5..1a4624c 100644 (file)
@@ -1618,7 +1618,7 @@ int drm_mode_setcrtc(struct drm_device *dev,
                if (crtc_req->fb_id == -1) {
                        list_for_each_entry(crtcfb, &dev->mode_config.crtc_list, head) {
                                if (crtcfb == crtc) {
-                                       DRM_INFO("Using current fb for setmode\n");
+                                       DRM_DEBUG("Using current fb for setmode\n");
                                        fb = crtc->fb;          
                                }
                        }