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)
commit084489e64cad50b2a3927abafc69b6fd72eb56bc
tree73f9479ea4cfe6408d56c13cb8af652ae4439337
parentd89fa6867d39ccf589799da50b1e1ee1c0713c4d
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