diff options
Diffstat (limited to 'drivers/watchdog/pcwd_usb.c')
-rw-r--r-- | drivers/watchdog/pcwd_usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/pcwd_usb.c b/drivers/watchdog/pcwd_usb.c index 3e66a6bbfec5..7b14d1847927 100644 --- a/drivers/watchdog/pcwd_usb.c +++ b/drivers/watchdog/pcwd_usb.c | |||
@@ -87,8 +87,8 @@ MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. " | |||
87 | "(0<heartbeat<65536 or 0=delay-time from dip-switches, default=" | 87 | "(0<heartbeat<65536 or 0=delay-time from dip-switches, default=" |
88 | __MODULE_STRING(WATCHDOG_HEARTBEAT) ")"); | 88 | __MODULE_STRING(WATCHDOG_HEARTBEAT) ")"); |
89 | 89 | ||
90 | static int nowayout = WATCHDOG_NOWAYOUT; | 90 | static bool nowayout = WATCHDOG_NOWAYOUT; |
91 | module_param(nowayout, int, 0); | 91 | module_param(nowayout, bool, 0); |
92 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" | 92 | MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" |
93 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); | 93 | __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); |
94 | 94 | ||