lkml.org 
[lkml]   [2011]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] watchdog: fix nowayout setting in s3c2410_wdt
Set nowayout flag in probe function, otherwise option is useless.

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

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);

\
 
 \ /
  Last update: 2011-11-26 00:41    [W:0.044 / U:1.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site