commit | bb7f086b8404e70ac2891ba539f959805f1684b0 | [log] [tgz] |
---|---|---|
author | Yicong Yang <yangyicong@hisilicon.com> | Thu Apr 08 20:17:40 2021 +0800 |
committer | Wolfram Sang <wsa@kernel.org> | Thu Apr 08 23:00:12 2021 +0200 |
tree | dcb33049c98945380df30f15f9f29bfac7867d79 | |
parent | 3ab4ce2daf09b62e38934a7afe3e9fc3f3cbcdec [diff] |
i2c: core: simplify devm_i2c_new_dummy_device() Use devm_add_action_or_reset() instead of devres_alloc() and devres_add(), which works the same. This will simplify the code. There is no functional change. Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>