diff --git a/drivers/watchdog/w83627hf_wdt.c b/drivers/watchdog/w83627hf_wdt.c index bfe132cfea87..db77599e43a0 100644 --- a/drivers/watchdog/w83627hf_wdt.c +++ b/drivers/watchdog/w83627hf_wdt.c @@ -244,6 +244,7 @@ static int w83627hf_init(struct watchdog_device *wdog, enum chips chip) pr_info("Watchdog already running. Resetting timeout to %d sec\n", wdog->timeout); superio_outb(cr_wdt_timeout, wdog->timeout); + set_bit(WDOG_HW_RUNNING, &wdog->status); } }