Re: [PATCH 1/6] watchdog/hpwdt: Stop hpwdt on unregister.

2019-06-06 Thread Guenter Roeck
On Fri, May 17, 2019 at 02:59:38PM -0600, Jerry Hoemann wrote: > Have the WD core stop the watchdog on unregister instead of explicitly > calling hpwdt_stop() in hpwdt_exit(). > > Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck > --- > drivers/watchdog/hpwdt.c | 4 +--- > 1 file

[PATCH 1/6] watchdog/hpwdt: Stop hpwdt on unregister.

2019-05-17 Thread Jerry Hoemann
Have the WD core stop the watchdog on unregister instead of explicitly calling hpwdt_stop() in hpwdt_exit(). Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index