aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/drivers/watchdog
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-06-29 00:42:45 +0000
committerJohn Crispin <blogic@openwrt.org>2008-06-29 00:42:45 +0000
commitc5ee6874dcb51a01410de1b06c0bde433f1abc48 (patch)
tree180f825f87946233678fd17a154c452e8ec2f91d /target/linux/ifxmips/files/drivers/watchdog
parenteff57536a8ce81116b8a919d8b2c5084788f3b6f (diff)
downloadupstream-c5ee6874dcb51a01410de1b06c0bde433f1abc48.tar.gz
upstream-c5ee6874dcb51a01410de1b06c0bde433f1abc48.tar.bz2
upstream-c5ee6874dcb51a01410de1b06c0bde433f1abc48.zip
lots of ifxmips cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11607 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files/drivers/watchdog')
-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 6228c6b05d..1556a23247 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;
}