commit | f0c34c97b3193fee87a3942047c415d476615db1 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Nov 23 11:03:21 2013 -0800 |
committer | Matthew Garrett <matthew.garrett@nebula.com> | Tue Jan 21 08:44:03 2014 -0500 |
tree | 7c4eabb96a4263fa402eebeb7a01c80ce4cc10fe | |
parent | cf508f4496f7dc7c162a8ac4440165d466f68d4b [diff] |
eeepc-laptop: Convert to use devm_hwmon_device_register_with_groups Simplify the code and avoid race condition caused by creating sysfs attributes after creating the hwmon device. Also replace SENSOR_DEVICE_ATTR with DEVICE_ATTR since the extra argument is not used and SENSOR_DEVICE_ATTR is not needed. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>