projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23
[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
..
58e2161
100644
(file)
--- a/
target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
+++ b/
target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
@@
-122,7
+122,6
@@
static int
ifxmips_wdt_open(struct inode *inode, struct file *file)
{
ifxmips_wdt_enable(wdt_timeout);
ifxmips_wdt_open(struct inode *inode, struct file *file)
{
ifxmips_wdt_enable(wdt_timeout);
- printk("ifxmips_wdt: activated");
return nonseekable_open(inode, file);
}
return nonseekable_open(inode, file);
}
@@
-133,7
+132,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.037754 seconds
and
4
git commands to generate.