]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lm90) Create all sysfs groups in one call
authorGuenter Roeck <linux@roeck-us.net>
Fri, 4 Apr 2014 16:01:35 +0000 (18:01 +0200)
committerJean Delvare <jdelvare@suse.de>
Fri, 4 Apr 2014 16:01:35 +0000 (18:01 +0200)
commite1a95165c22200f4927fe81f3083fe26d0ba42a0
tree73f9479ea4cfe6408d56c13cb8af652ae4439337
parent5fa814c28d7efc0977393ff68b940bcabe03830c
hwmon: (lm90) Create all sysfs groups in one call

Create all sysfs groups in one call by using sysfs_create_groups
instead of calling sysfs_create_group individually for each group.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jean Delvare <jdelvare@suse.de>
drivers/hwmon/lm90.c