make atheros wifi cards used on arcaydian 4519 ifxmips based boards work
[librecmc/librecmc.git] / target / linux / ifxmips / files / drivers / watchdog / ifxmips_wdt.c
index 6228c6b05dc08ce1129a04f421d027376b997f22..58e216148915896bee6d07e65896c0668b3aa236 100644 (file)
@@ -122,7 +122,6 @@ static int
 ifxmips_wdt_open(struct inode *inode, struct file *file)
 {
        ifxmips_wdt_enable(wdt_timeout);
-       printk("ifxmips_wdt: activated");
        return nonseekable_open(inode, file);
 }
 
@@ -133,7 +132,7 @@ static int ifxmips_wdt_release(struct inode *inode, struct file *file)
                ifxmips_wdt_disable();
        else
 #endif
-               printk(KERN_INFO "watchdog closed without warning, rebooting system\n");
+               printk("ifxmips_wdt: watchdog closed without warning, rebooting system\n");
        return 0;
 }