Re: [U-Boot] [PATCH v2 4/6] i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer

2019-03-05 Thread Marek Vasut
On 3/5/19 12:16 PM, Ismael Luceno Cortes wrote: Commit message is missing :-( > Signed-off-by: Ismael Luceno > --- > > Notes: > Changes since v1: > - Rebased on top of patch 1050650 ("i2c: rcar_i2c: Add Gen3 SoC support") > > drivers/i2c/rcar_i2c.c | 2 +- > 1 file changed, 1

[U-Boot] [PATCH v2 4/6] i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer

2019-03-05 Thread Ismael Luceno Cortes
Signed-off-by: Ismael Luceno --- Notes: Changes since v1: - Rebased on top of patch 1050650 ("i2c: rcar_i2c: Add Gen3 SoC support") drivers/i2c/rcar_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c index