commit | b17ea1ca1da115050959d24353e58ccae8aacb58 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Jun 19 20:09:54 2016 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Jun 27 18:58:31 2016 -0700 |
tree | 821d25a5ed827c25af9f329637ffb7f899521f0e | |
parent | a31887dc9be1a65cde2562ed10e7fbf5c82581a2 [diff] |
hwmon: (tmp102) Use devm_add_action to register cleanup function By registering a cleanup function with devm_add_action(), we can simplify the error path in the probe function and drop the remove function entirely. Acked-by: Nishanth Menon <nm@ti.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>