This patch adds KERN_ constants to all of the printk()'s that need them in drivers/video/dnfb.c Signed-off-by: James Nelson Signed-off-by: Domen Puncer --- kj-domen/drivers/video/dnfb.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/dnfb.c~printk-drivers_video_dnfb drivers/video/dnfb.c --- kj/drivers/video/dnfb.c~printk-drivers_video_dnfb 2005-03-02 10:44:17.000000000 +0100 +++ kj-domen/drivers/video/dnfb.c 2005-03-02 10:44:17.000000000 +0100 @@ -266,7 +266,7 @@ static int __devinit dnfb_probe(struct d out_8(AP_CONTROL_2, S_DATA_PLN); out_be16(AP_ROP_1, SWAP(0x3)); - printk("apollo frame buffer alive and kicking !\n"); + pr_info("apollo frame buffer initialized\n"); return err; } _