commit | 398e16db62620dd80a237c5043bec5c9335ac92c | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Sat Jul 19 22:29:44 2014 +0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Aug 04 07:01:40 2014 -0700 |
tree | 1b136ff99062a7319f6cfb58611e57ca7fb3ec4b | |
parent | 9dd304f86b4b1921c0b7601b3e88a07b257fc2d2 [diff] |
hwmon: (g762) Convert to hwmon_device_register_with_groups Use ATTRIBUTE_GROUPS macro and hwmon_device_register_with_groups() to simplify the code a bit. Use hwmon_device_register_with_groups rather than the device managed version to ensure g762_of_clock_disable() is called after hwmon_device_unregister(). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>