watchdog: (nv_tco) add support for MCP79
[deliverable/linux.git] / drivers / watchdog / softdog.c
index c04a1aa158e25762fcbe2b161052beaf56897d7f..0dc5e323d59dec2f72da587e32a70a03e1606dd3 100644 (file)
@@ -62,7 +62,7 @@ MODULE_PARM_DESC(nowayout,
                "Watchdog cannot be stopped once started (default="
                                __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
 
-static int soft_noboot = 0;
+static int soft_noboot;
 module_param(soft_noboot, int, 0);
 MODULE_PARM_DESC(soft_noboot,
        "Softdog action, set to 1 to ignore reboots, 0 to reboot (default=0)");
This page took 0.026524 seconds and 5 git commands to generate.