[PATCH] wdt285: add KERN_* constants From: Christophe Lucas Signed-off-by: Christophe Lucas Signed-off-by: Domen Puncer Signed-off-by: Alexey Dobriyan Index: linux-kj/drivers/char/watchdog/wdt285.c =================================================================== --- linux-kj.orig/drivers/char/watchdog/wdt285.c +++ linux-kj/drivers/char/watchdog/wdt285.c @@ -204,11 +204,11 @@ static int __init footbridge_watchdog_in if (retval < 0) return retval; - printk("Footbridge Watchdog Timer: 0.01, timer margin: %d sec\n", + printk(KERN_INFO "Footbridge Watchdog Timer: 0.01, timer margin: %d sec\n", soft_margin); if (machine_is_cats()) - printk("Warning: Watchdog reset may not work on this machine.\n"); + printk(KERN_WARNING "Warning: Watchdog reset may not work on this machine.\n"); return 0; }