fb: Reduce priority of resource conflict message
authorMatthew Garrett <mjg@redhat.com>
Mon, 4 Apr 2011 21:39:54 +0000 (21:39 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 6 Apr 2011 16:58:29 +0000 (09:58 -0700)
It's expected that efifb will conflict with a native driver, so the
handover message should be informational rather than an error.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/fbmem.c

index e2bf95370e40bd63a5743b2ee26f5b6cd302095b..e0c2284924b63b4a390aa8a4eb862fcfddac2609 100644 (file)
@@ -1507,7 +1507,7 @@ void remove_conflicting_framebuffers(struct apertures_struct *a,
                        (primary && gen_aper && gen_aper->count &&
                         gen_aper->ranges[0].base == VGA_FB_PHYS)) {
 
-                       printk(KERN_ERR "fb: conflicting fb hw usage "
+                       printk(KERN_INFO "fb: conflicting fb hw usage "
                               "%s vs %s - removing generic driver\n",
                               name, registered_fb[i]->fix.id);
                        unregister_framebuffer(registered_fb[i]);