DRM_INFO -> DRM_DEBUG

This commit is contained in:
Alan Hourihane 2008-02-26 15:21:44 +00:00
parent 191385d518
commit 73cb02b543

View 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;
}