Commit 13ba0ad4490c3dd08b15c430a7a01c6fb45d5bce

Authored by Adam Jackson
Committed by Tomi Valkeinen
1 parent b7e4ab5041

fbdev: Make the switch from generic to native driver less alarming

Calling this "conflicting" just makes people think there's a problem
when there's not.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

drivers/video/fbmem.c
... ... @@ -1596,8 +1596,7 @@
1596 1596 (primary && gen_aper && gen_aper->count &&
1597 1597 gen_aper->ranges[0].base == VGA_FB_PHYS)) {
1598 1598  
1599   - printk(KERN_INFO "fb: conflicting fb hw usage "
1600   - "%s vs %s - removing generic driver\n",
  1599 + printk(KERN_INFO "fb: switching to %s from %s\n",
1601 1600 name, registered_fb[i]->fix.id);
1602 1601 ret = do_unregister_framebuffer(registered_fb[i]);
1603 1602 if (ret)