Searched hist:"648 cd48c9e566f53c5df30d79857e0937ae13b09" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hwmon/ |
H A D | gpio-fan.c | diff d26e0da783adbb94977f60dec9a035b427813b83 Wed Jun 25 22:00:31 CEST 2014 Julien D'Ascenzio <jdascenzio@yahoo.fr> hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups
Since commit 648cd48c9e566f53c5df30d79857e0937ae13b09 The hwmon name attributes must not include '-' so the name must be rename from gpio-fan to gpio_fan
Signed-off-by: Julien D'Ascenzio <jdascenzio@yahoo.fr> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | hwmon.c | diff 648cd48c9e566f53c5df30d79857e0937ae13b09 Fri Feb 28 19:37:55 CET 2014 Guenter Roeck <linux@roeck-us.net> hwmon: Do not accept invalid name attributes
hwmon name attributes must not include '-', as specified in Documentation/hwmon/sysfs-interface. Also filter out spaces, tabs, wildcards, and newline characters.
Tested-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|