diff options
Diffstat (limited to 'drivers/watchdog/softdog.c')
-rw-r--r-- | drivers/watchdog/softdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/softdog.c b/drivers/watchdog/softdog.c index a1adc8c87832..da8620f829b2 100644 --- a/drivers/watchdog/softdog.c +++ b/drivers/watchdog/softdog.c | |||
@@ -59,8 +59,8 @@ MODULE_PARM_DESC(soft_margin, | |||
59 | "Watchdog soft_margin in seconds. (0 < soft_margin < 65536, default=" | 59 | "Watchdog soft_margin in seconds. (0 < soft_margin < 65536, default=" |
60 | __MODULE_STRING(TIMER_MARGIN) ")"); | 60 | __MODULE_STRING(TIMER_MARGIN) ")"); |
61 | 61 | ||
62 | static int nowayout = WATCHDOG_NOWAYOUT; | 62 | static bool nowayout = WATCHDOG_NOWAYOUT; |
63 | module_param(nowayout, int, 0); | 63 | module_param(nowayout, bool, 0); |
64 | MODULE_PARM_DESC(nowayout, | 64 | MODULE_PARM_DESC(nowayout, |
65 | "Watchdog cannot be stopped once started (default=" | 65 | "Watchdog cannot be stopped once started (default=" |
66 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 66 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |