watchdog: twl4030_wdt: Disable watchdog during probing
authorAmeya Palande <ameya.palande@nokia.com>
Mon, 17 May 2010 11:12:15 +0000 (14:12 +0300)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 25 May 2010 09:05:46 +0000 (09:05 +0000)
If we are not able to register then it is better to have
watchdog in disabled state than noticing a system reboot.

Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
Acked-By: Timo Kokkonen <timo.t.kokkonen@nokia.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/twl4030_wdt.c

index dcabe77..b5045ca 100644 (file)
@@ -190,6 +190,8 @@ static int __devinit twl4030_wdt_probe(struct platform_device *pdev)
 
        twl4030_wdt_dev = pdev;
 
+       twl4030_wdt_disable(wdt);
+
        ret = misc_register(&wdt->miscdev);
        if (ret) {
                dev_err(wdt->miscdev.parent,