diff options
Diffstat (limited to 'drivers/watchdog/mixcomwd.c')
-rw-r--r-- | drivers/watchdog/mixcomwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/mixcomwd.c b/drivers/watchdog/mixcomwd.c index 17ec5b9dddd2..37e4b52dbce9 100644 --- a/drivers/watchdog/mixcomwd.c +++ b/drivers/watchdog/mixcomwd.c | |||
@@ -108,8 +108,8 @@ static int mixcomwd_timer_alive; | |||
108 | static DEFINE_TIMER(mixcomwd_timer, mixcomwd_timerfun, 0, 0); | 108 | static DEFINE_TIMER(mixcomwd_timer, mixcomwd_timerfun, 0, 0); |
109 | static char expect_close; | 109 | static char expect_close; |
110 | 110 | ||
111 | static int nowayout = WATCHDOG_NOWAYOUT; | 111 | static bool nowayout = WATCHDOG_NOWAYOUT; |
112 | module_param(nowayout, int, 0); | 112 | module_param(nowayout, bool, 0); |
113 | MODULE_PARM_DESC(nowayout, | 113 | MODULE_PARM_DESC(nowayout, |
114 | "Watchdog cannot be stopped once started (default=" | 114 | "Watchdog cannot be stopped once started (default=" |
115 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 115 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |