* [PATCH] video: Use less worrisome language in fbdev handoff
@ 2013-05-15 21:04 Adam Jackson
0 siblings, 0 replies; only message in thread
From: Adam Jackson @ 2013-05-15 21:04 UTC (permalink / raw)
To: linux-fbdev
For some reason people see "conflicting" and think it's a problem, even
though it's totally normal. Just call it a handoff.
Signed-off-by: Adam Jackson <ajax@redhat.com>
---
drivers/video/fbmem.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/video/fbmem.c b/drivers/video/fbmem.c
index 098bfc6..2ec56a2 100644
--- a/drivers/video/fbmem.c
+++ b/drivers/video/fbmem.c
@@ -1576,10 +1576,9 @@ static void do_remove_conflicting_framebuffers(struct apertures_struct *a,
if (fb_do_apertures_overlap(gen_aper, a) ||
(primary && gen_aper && gen_aper->count &&
gen_aper->ranges[0].base = VGA_FB_PHYS)) {
-
- printk(KERN_INFO "fb: conflicting fb hw usage "
- "%s vs %s - removing generic driver\n",
- name, registered_fb[i]->fix.id);
+ printk(KERN_INFO "fb: Handoff from generic %s "
+ "driver to %s\n", registered_fb[i]->fix.id,
+ name);
do_unregister_framebuffer(registered_fb[i]);
}
}
--
1.8.2.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-15 21:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15 21:04 [PATCH] video: Use less worrisome language in fbdev handoff Adam Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).