diff options
Diffstat (limited to 'drivers/watchdog/w83697hf_wdt.c')
-rw-r--r-- | drivers/watchdog/w83697hf_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/w83697hf_wdt.c b/drivers/watchdog/w83697hf_wdt.c index 23074184c214..f5c9d9901acc 100644 --- a/drivers/watchdog/w83697hf_wdt.c +++ b/drivers/watchdog/w83697hf_wdt.c | |||
@@ -63,8 +63,8 @@ MODULE_PARM_DESC(timeout, | |||
63 | "Watchdog timeout in seconds. 1<= timeout <=255 (default=" | 63 | "Watchdog timeout in seconds. 1<= timeout <=255 (default=" |
64 | __MODULE_STRING(WATCHDOG_TIMEOUT) ")"); | 64 | __MODULE_STRING(WATCHDOG_TIMEOUT) ")"); |
65 | 65 | ||
66 | static int nowayout = WATCHDOG_NOWAYOUT; | 66 | static bool nowayout = WATCHDOG_NOWAYOUT; |
67 | module_param(nowayout, int, 0); | 67 | module_param(nowayout, bool, 0); |
68 | MODULE_PARM_DESC(nowayout, | 68 | MODULE_PARM_DESC(nowayout, |
69 | "Watchdog cannot be stopped once started (default=" | 69 | "Watchdog cannot be stopped once started (default=" |
70 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 70 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |