projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03315ad
)
[WATCHDOG] Make w83697h_wdt timeout option string similar to others
author
Samuel Tardieu
<
[email protected]
>
Wed, 12 Mar 2008 13:28:02 +0000
(14:28 +0100)
committer
Wim Van Sebroeck
<
[email protected]
>
Sun, 25 May 2008 09:00:49 +0000
(09:00 +0000)
Signed-off-by: Samuel Tardieu <
[email protected]
>
Signed-off-by: Wim Van Sebroeck <
[email protected]
>
drivers/watchdog/w83697hf_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/w83697hf_wdt.c
b/drivers/watchdog/w83697hf_wdt.c
index b5341741765a0c3cf33f75616dfb9b986c180853..21207021a0236adaa7babe25211a2c110a0762a6 100644
(file)
--- a/
drivers/watchdog/w83697hf_wdt.c
+++ b/
drivers/watchdog/w83697hf_wdt.c
@@
-56,7
+56,7
@@
MODULE_PARM_DESC(wdt_io, "w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)
static int timeout = WATCHDOG_TIMEOUT; /* in seconds */
module_param(timeout, int, 0);
-MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255
, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ".
");
+MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255
(default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")
");
static int nowayout = WATCHDOG_NOWAYOUT;
module_param(nowayout, int, 0);