Re: [PATCH] hwmon: (dell-smm-hwon) Use a valid name attribute

2015-06-27 Thread Pali Rohár
On Saturday 27 June 2015 16:39:09 Guenter Roeck wrote: > On 06/27/2015 06:22 AM, Gabriele Mazzotta wrote: > > As per Documentation/hwmon/sysfs-interface, hwmon name attributes > > must not include '-', so replace 'dell-smm' with 'dell_smm'. > > > > Fixes: 039ae58503f3 ("hwmon: Allow to compile del

Re: [PATCH] hwmon: (dell-smm-hwon) Use a valid name attribute

2015-06-27 Thread Guenter Roeck
On 06/27/2015 06:22 AM, Gabriele Mazzotta wrote: As per Documentation/hwmon/sysfs-interface, hwmon name attributes must not include '-', so replace 'dell-smm' with 'dell_smm'. Fixes: 039ae58503f3 ("hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k") Signed-off-by: Gabriele Mazzott

[PATCH] hwmon: (dell-smm-hwon) Use a valid name attribute

2015-06-27 Thread Gabriele Mazzotta
As per Documentation/hwmon/sysfs-interface, hwmon name attributes must not include '-', so replace 'dell-smm' with 'dell_smm'. Fixes: 039ae58503f3 ("hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k") Signed-off-by: Gabriele Mazzotta --- drivers/hwmon/dell-smm-hwmon.c | 2 +- 1 fi