DRM_INFO -> DRM_DEBUG

main
Alan Hourihane 2008-02-26 15:20:59 +00:00
parent 89f65c50d7
commit 191385d518
1 changed files with 1 additions and 1 deletions

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