hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groups
authorGuenter Roeck <linux@roeck-us.net>
Sat, 12 Apr 2014 19:46:34 +0000 (12:46 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 21 May 2014 23:02:26 +0000 (16:02 -0700)
commita0ac840d99fa7c2ebf5a3df0367992722a92ca65
treeb1d25e4ec103491c72b186b7b4d4ddd0cf673e74
parent41936370f13046b757e4f1051d11007e3b151e8e
hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groups

Use devm_hwmon_device_register_with_groups API to attach attributes
to hwmon device, simplify code, and reduce code size.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm83.c