Re: [PATCH v2 1/5] watchdog: hpwdt: Initialize pretimeout from module parameter.

2018-08-14 Thread Guenter Roeck
On 08/08/2018 12:13 PM, Jerry Hoemann wrote: When the pretimeout is specified as a module parameter, the value should be reflected in hpwdt_dev.pretimeout. The default (on) case is correct. But, when disabling pretimeout, the value should be set to zero in hpwdt_dev. When compiling w/o CONFIG_

[PATCH v2 1/5] watchdog: hpwdt: Initialize pretimeout from module parameter.

2018-08-08 Thread Jerry Hoemann
When the pretimeout is specified as a module parameter, the value should be reflected in hpwdt_dev.pretimeout. The default (on) case is correct. But, when disabling pretimeout, the value should be set to zero in hpwdt_dev. When compiling w/o CONFIG_HPWDT_NMI_DECODING defined, the pretimeout modu