diff options
Diffstat (limited to 'drivers/watchdog/pcwd.c')
-rw-r--r-- | drivers/watchdog/pcwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/pcwd.c b/drivers/watchdog/pcwd.c index fe370defc71f..75694cf24f86 100644 --- a/drivers/watchdog/pcwd.c +++ b/drivers/watchdog/pcwd.c | |||
@@ -204,8 +204,8 @@ MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. " | |||
204 | "(2 <= heartbeat <= 7200 or 0=delay-time from dip-switches, default=" | 204 | "(2 <= heartbeat <= 7200 or 0=delay-time from dip-switches, default=" |
205 | __MODULE_STRING(WATCHDOG_HEARTBEAT) ")"); | 205 | __MODULE_STRING(WATCHDOG_HEARTBEAT) ")"); |
206 | 206 | ||
207 | static int nowayout = WATCHDOG_NOWAYOUT; | 207 | static bool nowayout = WATCHDOG_NOWAYOUT; |
208 | module_param(nowayout, int, 0); | 208 | module_param(nowayout, bool, 0); |
209 | MODULE_PARM_DESC(nowayout, | 209 | MODULE_PARM_DESC(nowayout, |
210 | "Watchdog cannot be stopped once started (default=" | 210 | "Watchdog cannot be stopped once started (default=" |
211 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 211 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |