]> 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)
commite919001b8c4a7365193990a722dd64a144e6b306
tree73f9479ea4cfe6408d56c13cb8af652ae4439337
parentf44c0a7ed29c7b49971305ee544d422b742faf2f
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