diff options
Diffstat (limited to 'drivers/watchdog/at32ap700x_wdt.c')
-rw-r--r-- | drivers/watchdog/at32ap700x_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/at32ap700x_wdt.c b/drivers/watchdog/at32ap700x_wdt.c index 4ca5d40304b2..2896430ce42c 100644 --- a/drivers/watchdog/at32ap700x_wdt.c +++ b/drivers/watchdog/at32ap700x_wdt.c | |||
@@ -45,8 +45,8 @@ MODULE_PARM_DESC(timeout, | |||
45 | "Timeout value. Limited to be 1 or 2 seconds. (default=" | 45 | "Timeout value. Limited to be 1 or 2 seconds. (default=" |
46 | __MODULE_STRING(TIMEOUT_DEFAULT) ")"); | 46 | __MODULE_STRING(TIMEOUT_DEFAULT) ")"); |
47 | 47 | ||
48 | static int nowayout = WATCHDOG_NOWAYOUT; | 48 | static bool nowayout = WATCHDOG_NOWAYOUT; |
49 | module_param(nowayout, int, 0); | 49 | module_param(nowayout, bool, 0); |
50 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" | 50 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" |
51 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 51 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |
52 | 52 | ||