Re: [PATCH v2 05/11] watchdog/hpwdt: Update Module info.

2018-02-13 Thread Jerry Hoemann
On Tue, Feb 13, 2018 at 09:49:50AM -0800, Guenter Roeck wrote: > On Sun, Feb 11, 2018 at 10:21:05PM -0700, Jerry Hoemann wrote: > > Update Module Author and permission on parameters so that the > > parameters show up in sysfs. > > > > Does it really add value to see the module parameters in sysfs

Re: [PATCH v2 05/11] watchdog/hpwdt: Update Module info.

2018-02-13 Thread Guenter Roeck
On Sun, Feb 11, 2018 at 10:21:05PM -0700, Jerry Hoemann wrote: > Update Module Author and permission on parameters so that the > parameters show up in sysfs. > Does it really add value to see the module parameters in sysfs ? You would get both in standardized form by enabling WATCHDOG_SYSFS. > S

[PATCH v2 05/11] watchdog/hpwdt: Update Module info.

2018-02-11 Thread Jerry Hoemann
Update Module Author and permission on parameters so that the parameters show up in sysfs. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index ee9a92220e