commit | a604e5b29ce6cf5ec2950df7a5562ac2dd8d70e2 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Mon Jul 22 19:26:35 2019 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Aug 12 08:40:45 2019 +0100 |
tree | 150bc92a41bac4ee3107a94a5969d95b94805670 | |
parent | 624e3fceb533b33927535aaec713bd91ec80e99b [diff] |
mfd: tps80031: Convert to devm_i2c_new_dummy_device Move from i2c_new_dummy() to devm_i2c_new_dummy_device(). So, we now get an ERRPTR which we use in error handling and we can skip removal of the created devices. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>