linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 8/9] tridentfb: Clean up printk()'s in drivers/video/tridentfb.c
@ 2005-03-06 10:36 domen
  0 siblings, 0 replies; only message in thread
From: domen @ 2005-03-06 10:36 UTC (permalink / raw)
  To: adaplas; +Cc: linux-fbdev-devel, domen, james4765, james4765


This patch adds KERN_ constants to all of the printk()'s that need them in
drivers/video/tridentfb.c - resent after correcting one improper KERN_ constant.

Signed-off-by: James Nelson <james4765@gmail.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/drivers/video/tridentfb.c |    2 +-
 kj-domen/include/video/trident.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/video/tridentfb.c~printk-drivers_video_tridentfb drivers/video/tridentfb.c
--- kj/drivers/video/tridentfb.c~printk-drivers_video_tridentfb	2005-03-05 16:13:03.000000000 +0100
+++ kj-domen/drivers/video/tridentfb.c	2005-03-05 16:13:03.000000000 +0100
@@ -1163,7 +1163,7 @@ static int __devinit trident_pci_probe(s
 	fb_info.var = default_var;
 	fb_info.device = &dev->dev;
 	if (register_framebuffer(&fb_info) < 0) {
-		output("Could not register Trident framebuffer\n");
+		printk(KERN_ERR "tridentfb: could not register Trident framebuffer\n");
 		return -EINVAL;
 	}
 	output("fb%d: %s frame buffer device %dx%d-%dbpp\n",
diff -puN include/video/trident.h~printk-drivers_video_tridentfb include/video/trident.h
--- kj/include/video/trident.h~printk-drivers_video_tridentfb	2005-03-05 16:13:03.000000000 +0100
+++ kj-domen/include/video/trident.h	2005-03-05 16:13:03.000000000 +0100
@@ -9,7 +9,7 @@
 #define debug(f,a...)
 #endif
 
-#define output(f, a...) printk("tridentfb: " f, ## a)
+#define output(f, a...) pr_info("tridentfb: " f, ## a)
 
 #define Kb	(1024)
 #define Mb	(Kb*Kb)
_


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-06 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-06 10:36 [patch 8/9] tridentfb: Clean up printk()'s in drivers/video/tridentfb.c domen

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).