diff options
Diffstat (limited to 'drivers/watchdog/wafer5823wdt.c')
-rw-r--r-- | drivers/watchdog/wafer5823wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/wafer5823wdt.c b/drivers/watchdog/wafer5823wdt.c index 1dea144017e5..25aba6e00a23 100644 --- a/drivers/watchdog/wafer5823wdt.c +++ b/drivers/watchdog/wafer5823wdt.c | |||
@@ -67,8 +67,8 @@ MODULE_PARM_DESC(timeout, | |||
67 | "Watchdog timeout in seconds. 1 <= timeout <= 255, default=" | 67 | "Watchdog timeout in seconds. 1 <= timeout <= 255, default=" |
68 | __MODULE_STRING(WD_TIMO) "."); | 68 | __MODULE_STRING(WD_TIMO) "."); |
69 | 69 | ||
70 | static int nowayout = WATCHDOG_NOWAYOUT; | 70 | static bool nowayout = WATCHDOG_NOWAYOUT; |
71 | module_param(nowayout, int, 0); | 71 | module_param(nowayout, bool, 0); |
72 | MODULE_PARM_DESC(nowayout, | 72 | MODULE_PARM_DESC(nowayout, |
73 | "Watchdog cannot be stopped once started (default=" | 73 | "Watchdog cannot be stopped once started (default=" |
74 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 74 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |