Re: [v1,1/1] watchdog: (nct7904) Fix enable watchdog incorrectly

2020-05-13 Thread Guenter Roeck
On Wed, May 13, 2020 at 11:00:15AM +, yuechao.z...@advantech.com.cn wrote: > From: Yuechao Zhao > > Use incorrect register to enable watchdog in nct7904_wdt_ping() > > Signed-off-by: Yuechao Zhao I merged this patch into the patch introducing watchdog support. Thanks, Guenter > --- >

Re: [v1,1/1] watchdog: (nct7904) Fix enable watchdog incorrectly

2020-05-13 Thread Guenter Roeck
On 5/13/20 4:00 AM, yuechao.z...@advantech.com.cn wrote: > From: Yuechao Zhao > > Use incorrect register to enable watchdog in nct7904_wdt_ping() > I assume you mean 'correct'. Guenter > Signed-off-by: Yuechao Zhao > --- > drivers/hwmon/nct7904.c | 2 +- > 1 file changed, 1 insertion(+), 1

[v1,1/1] watchdog: (nct7904) Fix enable watchdog incorrectly

2020-05-13 Thread yuechao.zhao
From: Yuechao Zhao Use incorrect register to enable watchdog in nct7904_wdt_ping() Signed-off-by: Yuechao Zhao --- drivers/hwmon/nct7904.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/nct7904.c b/drivers/hwmon/nct7904.c index 04f2a8e..18c95be 100644 ---