watchdog: nowayout is bool
[deliverable/linux.git] / drivers / watchdog / scx200_wdt.c
index 35ada2e906646b79ddb027b4aa69332013c00ab0..8ae7c282d465ade3be2c3f08efe91968bf2bb503 100644 (file)
@@ -43,8 +43,8 @@ static int margin = 60;               /* in seconds */
 module_param(margin, int, 0);
 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
 
-static int nowayout = WATCHDOG_NOWAYOUT;
-module_param(nowayout, int, 0);
+static bool nowayout = WATCHDOG_NOWAYOUT;
+module_param(nowayout, bool, 0);
 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
 
 static u16 wdto_restart;
This page took 0.025427 seconds and 5 git commands to generate.