summaryrefslogtreecommitdiff
path: root/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-06-29 00:42:45 +0000
committerJohn Crispin <john@openwrt.org>2008-06-29 00:42:45 +0000
commite2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7 (patch)
tree44817f270f1ea49d00e5f456870321fe268efcba /target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
parent8c3c0d38b8cdab599b0cf1321fa5d7464065f3c5 (diff)
downloadmtk-20170518-e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7.zip
mtk-20170518-e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7.tar.gz
mtk-20170518-e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7.tar.bz2
lots of ifxmips cleanups
SVN-Revision: 11607
Diffstat (limited to 'target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c')
-rw-r--r--target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
index 6228c6b..1556a23 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;
}