[PATCH] watchdog: fix nowayout setting in s3c2410_wdt

From: Marc Vertes
Date: Fri Nov 25 2011 - 18:38:05 EST


Set nowayout flag in probe function, otherwise option is useless.

Signed-off-by: Marc Vertes <marc.vertes@xxxxxxxxxx>
---

s3c2410_wdt.c | 3 +++
1 file changed, 3 insertions(+)

--- linux-3.2-rc3/drivers/watchdog/s3c2410_wdt.c.orig 2011-11-24 05:20:28.000000000 +0100
+++ linux-3.2-rc3/drivers/watchdog/s3c2410_wdt.c 2011-11-26 00:08:58.985896169 +0100
@@ -395,6 +395,9 @@ static int __devinit s3c2410wdt_probe(st
s3c2410wdt_stop(&s3c2410_wdd);
}

+ if (nowayout)
+ set_bit(WDOG_NO_WAY_OUT, &s3c2410_wdd.status);
+
/* print out a statement of readiness */

wtcon = readl(wdt_base + S3C2410_WTCON);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/