Re: [PATCH] i2c: viperboard: return message count on master_xfer success

2018-05-15 Thread Wolfram Sang
On Wed, May 09, 2018 at 09:47:48PM +0200, Peter Rosin wrote: > Returning zero is wrong in this case. > > Signed-off-by: Peter Rosin Applied to for-current, thanks! signature.asc Description: PGP signature

Re: [PATCH] i2c: viperboard: return message count on master_xfer success

2018-05-15 Thread Wolfram Sang
On Wed, May 09, 2018 at 09:47:48PM +0200, Peter Rosin wrote: > Returning zero is wrong in this case. > > Signed-off-by: Peter Rosin Applied to for-current, thanks! signature.asc Description: PGP signature

[PATCH] i2c: viperboard: return message count on master_xfer success

2018-05-09 Thread Peter Rosin
Returning zero is wrong in this case. Signed-off-by: Peter Rosin --- drivers/i2c/busses/i2c-viperboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-viperboard.c b/drivers/i2c/busses/i2c-viperboard.c index

[PATCH] i2c: viperboard: return message count on master_xfer success

2018-05-09 Thread Peter Rosin
Returning zero is wrong in this case. Signed-off-by: Peter Rosin --- drivers/i2c/busses/i2c-viperboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-viperboard.c b/drivers/i2c/busses/i2c-viperboard.c index e4be86b3de9a..7235c7302bb7 100644 ---