diff options
Diffstat (limited to 'drivers/watchdog/sp5100_tco.c')
-rw-r--r-- | drivers/watchdog/sp5100_tco.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/sp5100_tco.c b/drivers/watchdog/sp5100_tco.c index 954a7b6334c4..59108e48ada3 100644 --- a/drivers/watchdog/sp5100_tco.c +++ b/drivers/watchdog/sp5100_tco.c | |||
@@ -62,8 +62,8 @@ module_param(heartbeat, int, 0); | |||
62 | MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (default=" | 62 | MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (default=" |
63 | __MODULE_STRING(WATCHDOG_HEARTBEAT) ")"); | 63 | __MODULE_STRING(WATCHDOG_HEARTBEAT) ")"); |
64 | 64 | ||
65 | static int nowayout = WATCHDOG_NOWAYOUT; | 65 | static bool nowayout = WATCHDOG_NOWAYOUT; |
66 | module_param(nowayout, int, 0); | 66 | module_param(nowayout, bool, 0); |
67 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started" | 67 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started" |
68 | " (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 68 | " (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |
69 | 69 | ||