projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
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
6228c6b
..
1556a23
100644
(file)
--- 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
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;
}
return 0;
}
This page took
0.021214 seconds
and
4
git commands to generate.