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)
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

Simple merge