watchdog: nowayout is bool
[deliverable/linux.git] / drivers / watchdog / softdog.c
index a1adc8c8783219a728e910926291c9b74a7393be..da8620f829b28e4430a596927c3ff624b8902a10 100644 (file)
@@ -59,8 +59,8 @@ MODULE_PARM_DESC(soft_margin,
        "Watchdog soft_margin in seconds. (0 < soft_margin < 65536, default="
                                        __MODULE_STRING(TIMER_MARGIN) ")");
 
-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.02737 seconds and 5 git commands to generate.