diff options
Diffstat (limited to 'drivers/watchdog/at91sam9_wdt.c')
-rw-r--r-- | drivers/watchdog/at91sam9_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c index cf39847bbad3..05e1be85fdee 100644 --- a/drivers/watchdog/at91sam9_wdt.c +++ b/drivers/watchdog/at91sam9_wdt.c | |||
@@ -62,8 +62,8 @@ module_param(heartbeat, int, 0); | |||
62 | MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. " | 62 | MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. " |
63 | "(default = " __MODULE_STRING(WDT_HEARTBEAT) ")"); | 63 | "(default = " __MODULE_STRING(WDT_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 | ||