From 191385d51880d5757c8038ff4b46ee5ccb3561c1 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 26 Feb 2008 15:20:59 +0000 Subject: DRM_INFO -> DRM_DEBUG --- linux-core/drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/drm_crtc.c') diff --git a/linux-core/drm_crtc.c b/linux-core/drm_crtc.c index 36d9fc56..1a4624c8 100644 --- a/linux-core/drm_crtc.c +++ b/linux-core/drm_crtc.c @@ -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; } } -- cgit v1.2.3