X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/972b40d78c36562310cc9a210d64a8f5ce947eca..b6fb9a7180b9b173ebf5e369fe8cd28613d6742d:/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c diff --git a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c index 6228c6b05..1556a2324 100644 --- a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c +++ b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c @@ -133,7 +133,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; }