Re: [PATCH 1/2] i2c: ibm_iic: don't check number of messages in the driver

2018-05-24 Thread Wolfram Sang
On Sun, May 20, 2018 at 08:50:33AM +0200, Wolfram Sang wrote: > Since commit 1eace8344c02 ("i2c: add param sanity check to > i2c_transfer()"), the I2C core does this check now. We can remove it > from drivers. > > Signed-off-by: Wolfram Sang Applied to for-next, thanks! signature.asc Descript

Re: [PATCH 1/2] i2c: ibm_iic: don't check number of messages in the driver

2018-05-24 Thread Peter Rosin
On 2018-05-20 08:50, Wolfram Sang wrote: > Since commit 1eace8344c02 ("i2c: add param sanity check to > i2c_transfer()"), the I2C core does this check now. We can remove it > from drivers. Reviewed-by: Peter Rosin > > Signed-off-by: Wolfram Sang > --- > > Only build tested. > > drivers/i2c/

[PATCH 1/2] i2c: ibm_iic: don't check number of messages in the driver

2018-05-19 Thread Wolfram Sang
Since commit 1eace8344c02 ("i2c: add param sanity check to i2c_transfer()"), the I2C core does this check now. We can remove it from drivers. Signed-off-by: Wolfram Sang --- Only build tested. drivers/i2c/busses/i2c-ibm_iic.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/i2c/bu