watchdog: nowayout is bool
[deliverable/linux.git] / drivers / watchdog / w83697ug_wdt.c
index 025736bacf5f56558ae57ef810190f4926fb9465..ab45bfdf935caaba25131701b9688a043064b4e4 100644 (file)
@@ -65,8 +65,8 @@ MODULE_PARM_DESC(timeout,
        "Watchdog timeout in seconds. 1<= timeout <=255 (default="
                                __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
 
-static int nowayout = WATCHDOG_NOWAYOUT;
-module_param(nowayout, int, 0);
+static bool nowayout = WATCHDOG_NOWAYOUT;
+module_param(nowayout, bool, 0);
 MODULE_PARM_DESC(nowayout,
        "Watchdog cannot be stopped once started (default="
                                __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
This page took 0.037021 seconds and 5 git commands to generate.