diff options
author | John Crispin <john@openwrt.org> | 2008-06-29 00:42:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-06-29 00:42:45 +0000 |
commit | e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7 (patch) | |
tree | 44817f270f1ea49d00e5f456870321fe268efcba /target/linux/ifxmips/files/drivers/watchdog | |
parent | 8c3c0d38b8cdab599b0cf1321fa5d7464065f3c5 (diff) | |
download | upstream-e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7.tar.gz upstream-e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7.tar.bz2 upstream-e2a5ae841b01c6e4a77cdcf4f4c2dfd8e0ed9be7.zip |
lots of ifxmips cleanups
SVN-Revision: 11607
Diffstat (limited to 'target/linux/ifxmips/files/drivers/watchdog')
-rw-r--r-- | target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c | 2 |
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; } |