commit | 468bf0e395363c12a41f508cc202b8d33f201807 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Mon Sep 02 13:16:19 2013 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Oct 13 16:16:29 2013 -0700 |
tree | e620a402f686edc07e4539048469e615d4490484 | |
parent | 38c75dc36dd368d10c4d0030665ec58565e4259b [diff] |
hwmon: (ina2xx) Convert to use devm_hwmon_device_register_with_groups Also introduce dev variable in probe function to simplify access to client->dev, and use new macro ATTRIBUTE_GROUPS to declare attribute groups. Signed-off-by: Guenter Roeck <linux@roeck-us.net>