diff options
Diffstat (limited to 'drivers/watchdog/indydog.c')
-rw-r--r-- | drivers/watchdog/indydog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/indydog.c b/drivers/watchdog/indydog.c index 5fa5b2d25e8f..6d90f7a2ce22 100644 --- a/drivers/watchdog/indydog.c +++ b/drivers/watchdog/indydog.c | |||
@@ -33,8 +33,8 @@ static DEFINE_SPINLOCK(indydog_lock); | |||
33 | 33 | ||
34 | #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ | 34 | #define WATCHDOG_TIMEOUT 30 /* 30 sec default timeout */ |
35 | 35 | ||
36 | static int nowayout = WATCHDOG_NOWAYOUT; | 36 | static bool nowayout = WATCHDOG_NOWAYOUT; |
37 | module_param(nowayout, int, 0); | 37 | module_param(nowayout, bool, 0); |
38 | MODULE_PARM_DESC(nowayout, | 38 | MODULE_PARM_DESC(nowayout, |
39 | "Watchdog cannot be stopped once started (default=" | 39 | "Watchdog cannot be stopped once started (default=" |
40 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 40 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |