]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: mux: mlxcpld: simplify code to reach the adapter
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 3 Oct 2018 15:50:24 +0000 (17:50 +0200)
committerPeter Rosin <peda@axentia.se>
Mon, 8 Oct 2018 21:44:28 +0000 (23:44 +0200)
commit17f68df01b37dc1e07df95dcf369c83c517ca931
tree568e29feb2eab7f483be5b1819d04e27a6b4b13c
parent2bcb3f5a500b0048748bc4e0aca4050cb30d54b1
i2c: mux: mlxcpld: simplify code to reach the adapter

struct i2c_client has a direct pointer to the adapter, no need to dig
it out of the struct device tree.

Suggested-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Peter Rosin <peda@axentia.se>
drivers/i2c/muxes/i2c-mux-mlxcpld.c