commit | 6e5f62b9e3651e619a6baee9e11f6d9c8e4fd657 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Mon Jun 13 06:28:03 2016 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sat Jul 09 08:35:40 2016 -0700 |
tree | 90942509fa9290e276f5c6c0461be508a66e6925 | |
parent | 1f17a444b42bd7522016417a871f0485abeffda4 [diff] |
hwmon: (lm90) Use devm_hwmon_device_register_with_groups Since all other cleanup handled with devm_add_action, we can use devm_hwmon_device_register_with_groups() to register the hwmon device, and drop the remove function. Signed-off-by: Guenter Roeck <linux@roeck-us.net>