watchdog: nowayout is bool
[deliverable/linux.git] / drivers / watchdog / wdt.c
index 4ef6702fff822e881f84aad2491fc437978222ee..64079d933c6349f57ebe4b42bbcbe8217c62201a 100644 (file)
@@ -67,8 +67,8 @@ MODULE_PARM_DESC(heartbeat,
        "Watchdog heartbeat in seconds. (0 < heartbeat < 65536, default="
                                __MODULE_STRING(WD_TIMO) ")");
 
-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.026753 seconds and 5 git commands to generate.