This patch adds KERN_ constants to all of the printk()'s that need them in drivers/video/pmagb-b-fb.c Signed-off-by: James Nelson Signed-off-by: Domen Puncer --- kj-domen/drivers/video/pmagb-b-fb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/pmagb-b-fb.c~printk-drivers_video_pmagb-b-fb drivers/video/pmagb-b-fb.c --- kj/drivers/video/pmagb-b-fb.c~printk-drivers_video_pmagb-b-fb 2005-03-02 10:44:33.000000000 +0100 +++ kj-domen/drivers/video/pmagb-b-fb.c 2005-03-02 10:44:33.000000000 +0100 @@ -126,7 +126,7 @@ int __init pmagbbfb_init_one(int slot) unsigned long base_addr = get_tc_base_addr(slot); struct fb_info *info = &pmagbb_fb_info[slot]; - printk("PMAGB-BA framebuffer in slot %d\n", slot); + pr_info("PMAGB-BA framebuffer in slot %d\n", slot); /* * Framebuffer display memory base address and friends */ _