diff options
Diffstat (limited to 'drivers/watchdog/dw_wdt.c')
-rw-r--r-- | drivers/watchdog/dw_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c index 78a6827f7de6..06de1211a444 100644 --- a/drivers/watchdog/dw_wdt.c +++ b/drivers/watchdog/dw_wdt.c | |||
@@ -46,8 +46,8 @@ | |||
46 | /* The maximum TOP (timeout period) value that can be set in the watchdog. */ | 46 | /* The maximum TOP (timeout period) value that can be set in the watchdog. */ |
47 | #define DW_WDT_MAX_TOP 15 | 47 | #define DW_WDT_MAX_TOP 15 |
48 | 48 | ||
49 | static int nowayout = WATCHDOG_NOWAYOUT; | 49 | static bool nowayout = WATCHDOG_NOWAYOUT; |
50 | module_param(nowayout, int, 0); | 50 | module_param(nowayout, bool, 0); |
51 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " | 51 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " |
52 | "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 52 | "(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |
53 | 53 | ||