RE: [PATCH 2/5] i2c: mux: mlxcpld: make use of __i2c_smbus_xfer

2018-06-20 Thread Michael Shych
; Jean Delvare > ; linux-...@vger.kernel.org > Subject: [PATCH 2/5] i2c: mux: mlxcpld: make use of __i2c_smbus_xfer > > This simplifies the code, and you get retries for free if the adapter > does not support ->master_xfer. > > Signed-off-by: Peter Rosin Acked-by: Michael Shych &

[PATCH 2/5] i2c: mux: mlxcpld: make use of __i2c_smbus_xfer

2018-06-20 Thread Peter Rosin
This simplifies the code, and you get retries for free if the adapter does not support ->master_xfer. Signed-off-by: Peter Rosin --- drivers/i2c/muxes/i2c-mux-mlxcpld.c | 28 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/drivers/i2c/muxes/i2c-mux-mlx