[PATCH 4/5] tridentfb: Clean up printk()'s
From: Antonino A. Daplas <hidden>
Date: 2005-03-14 23:08:10
This patch adds KERN_ constants to all of the printk()'s that need them in drivers/video/tridentfb.c Signed-off-by: James Nelson <redacted> Signed-off-by: Domen Puncer <redacted> Signed-off-by: Antonino Daplas <redacted> --- drivers/video/tridentfb.c | 2 +- include/video/trident.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/drivers/video/tridentfb.c b/drivers/video/tridentfb.c
--- a/drivers/video/tridentfb.c 2005-03-05 23:12:56 +08:00
+++ b/drivers/video/tridentfb.c 2005-03-05 23:13:03 +08:00@@ -1163,7 +1163,7 @@ 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 -Nru a/include/video/trident.h b/include/video/trident.h
--- a/include/video/trident.h 2005-03-13 00:57:39 +08:00
+++ b/include/video/trident.h 2005-03-05 23:13:03 +08:00@@ -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