diff options
Diffstat (limited to 'drivers/watchdog/alim7101_wdt.c')
-rw-r--r-- | drivers/watchdog/alim7101_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/alim7101_wdt.c b/drivers/watchdog/alim7101_wdt.c index e90f4ce32799..b9e9558ab218 100644 --- a/drivers/watchdog/alim7101_wdt.c +++ b/drivers/watchdog/alim7101_wdt.c | |||
@@ -78,8 +78,8 @@ static unsigned long wdt_is_open; | |||
78 | static char wdt_expect_close; | 78 | static char wdt_expect_close; |
79 | static struct pci_dev *alim7101_pmu; | 79 | static struct pci_dev *alim7101_pmu; |
80 | 80 | ||
81 | static int nowayout = WATCHDOG_NOWAYOUT; | 81 | static bool nowayout = WATCHDOG_NOWAYOUT; |
82 | module_param(nowayout, int, 0); | 82 | module_param(nowayout, bool, 0); |
83 | MODULE_PARM_DESC(nowayout, | 83 | MODULE_PARM_DESC(nowayout, |
84 | "Watchdog cannot be stopped once started (default=" | 84 | "Watchdog cannot be stopped once started (default=" |
85 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 85 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |