]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/s3c2410_wdt.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[mv-sheeva.git] / drivers / watchdog / s3c2410_wdt.c
index a79e3840782ad3f286f0971b4a3cd7f6d5a1ff0b..4bc3744e14e4bf54f80a84585d3626d64635ba21 100644 (file)
@@ -378,6 +378,8 @@ static int __devinit s3c2410wdt_probe(struct platform_device *pdev)
                                                        "cannot start\n");
        }
 
+       watchdog_set_nowayout(&s3c2410_wdd, nowayout);
+
        ret = watchdog_register_device(&s3c2410_wdd);
        if (ret) {
                dev_err(dev, "cannot register watchdog (%d)\n", ret);