i2c: mux: pca954x: simplify code to reach the adapter
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 3 Oct 2018 15:50:22 +0000 (17:50 +0200)
committerPeter Rosin <peda@axentia.se>
Mon, 8 Oct 2018 21:44:27 +0000 (23:44 +0200)
commitf2e0821377a37a74fe219d8c38f886d88425794b
tree5fc5692147ed17aa31ec729ef15ce15526ffa36d
parent17b57b1883c1285f3d0dc2266e8f79286a7bef38
i2c: mux: pca954x: 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.

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-pca954x.c