X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fsp805_wdt.c;h=958dc32a708fbd8eec5754addfed43a2b79525d9;hb=42e967f3c6cb3828f07a3822d7249bccb55221a4;hp=190d26e2e75f9e7a8c5bf2fd35fe4c202d9380f3;hpb=6d62c5b21155acaaaeb24862d62cf15d1dc2d8ba;p=linux-2.6-microblaze.git diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c index 190d26e2e75f..958dc32a708f 100644 --- a/drivers/watchdog/sp805_wdt.c +++ b/drivers/watchdog/sp805_wdt.c @@ -291,6 +291,7 @@ sp805_wdt_probe(struct amba_device *adev, const struct amba_id *id) set_bit(WDOG_HW_RUNNING, &wdt->wdd.status); } + watchdog_stop_on_reboot(&wdt->wdd); ret = watchdog_register_device(&wdt->wdd); if (ret) goto err;