Re: [PATCH] watchdog: stop wdd when watchdog hw running in reboot_notifier

2021-01-23 Thread Guenter Roeck
On Thu, Jan 14, 2021 at 04:26:51PM +0800, Qiang Zhao wrote: > From: Zhao Qiang > > In watchdog_reboot_notifier, wdd should be stopped when the device > is in hw_running state > > Signed-off-by: Zhao Qiang Reviewed-by: Guenter Roeck > --- > drivers/watchdog/watchdog_core.c | 2 +- > 1 file

[PATCH] watchdog: stop wdd when watchdog hw running in reboot_notifier

2021-01-14 Thread Qiang Zhao
From: Zhao Qiang In watchdog_reboot_notifier, wdd should be stopped when the device is in hw_running state Signed-off-by: Zhao Qiang --- drivers/watchdog/watchdog_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/watchdog_core.c