[WATCHDOG] more coding style clean-up's
[deliverable/linux.git] / drivers / watchdog / iop_wdt.c
index e0d0a90ea10c3199aa23a61a854d706d8fc02b80..8278b13f77c79eb920956d9520389625147680fa 100644 (file)
@@ -241,7 +241,7 @@ static int __init iop_wdt_init(void)
           with an open */
        ret = misc_register(&iop_wdt_miscdev);
        if (ret == 0)
-               printk("iop watchdog timer: timeout %lu sec\n",
+               printk(KERN_INFO "iop watchdog timer: timeout %lu sec\n",
                       iop_watchdog_timeout());
 
        return ret;
This page took 0.028178 seconds and 5 git commands to generate.