DRM_INFO -> DRM_DEBUG

main
Alan Hourihane 2008-02-26 15:21:44 +00:00
parent 191385d518
commit 73cb02b543
1 changed files with 1 additions and 1 deletions

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