watchdog: nowayout is bool
[deliverable/linux.git] / drivers / watchdog / octeon-wdt-main.c
index c5a3ff957b8e1ddaee270480ad76f3d7dd784831..461208831428e4da609606282af2b56f4c3c81f4 100644 (file)
@@ -97,8 +97,8 @@ MODULE_PARM_DESC(heartbeat,
        "Watchdog heartbeat in seconds. (0 < heartbeat, default="
                                __MODULE_STRING(WD_TIMO) ")");
 
-static int nowayout = WATCHDOG_NOWAYOUT;
-module_param(nowayout, int, S_IRUGO);
+static bool nowayout = WATCHDOG_NOWAYOUT;
+module_param(nowayout, bool, S_IRUGO);
 MODULE_PARM_DESC(nowayout,
        "Watchdog cannot be stopped once started (default="
                                __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
This page took 0.033015 seconds and 5 git commands to generate.