Re: [PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg

2018-05-14 Thread Peter Rosin
On 2018-05-14 18:59, Andy Shevchenko wrote: > On Mon, May 14, 2018 at 5:53 PM, Peter Rosin wrote: >> Because it looks neater. > >> drivers/i2c/algos/i2c-algo-pcf.c | 5 + > > I guess for such trivial no functional change patches you may do them > one per folder, and not

Re: [PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg

2018-05-14 Thread Peter Rosin
On 2018-05-14 18:59, Andy Shevchenko wrote: > On Mon, May 14, 2018 at 5:53 PM, Peter Rosin wrote: >> Because it looks neater. > >> drivers/i2c/algos/i2c-algo-pcf.c | 5 + > > I guess for such trivial no functional change patches you may do them > one per folder, and not one-per driver.

Re: [PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg

2018-05-14 Thread Andy Shevchenko
On Mon, May 14, 2018 at 5:53 PM, Peter Rosin wrote: > Because it looks neater. > drivers/i2c/algos/i2c-algo-pcf.c | 5 + I guess for such trivial no functional change patches you may do them one per folder, and not one-per driver. -- With Best Regards, Andy Shevchenko

Re: [PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg

2018-05-14 Thread Andy Shevchenko
On Mon, May 14, 2018 at 5:53 PM, Peter Rosin wrote: > Because it looks neater. > drivers/i2c/algos/i2c-algo-pcf.c | 5 + I guess for such trivial no functional change patches you may do them one per folder, and not one-per driver. -- With Best Regards, Andy Shevchenko

[PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg

2018-05-14 Thread Peter Rosin
Because it looks neater. Signed-off-by: Peter Rosin --- drivers/i2c/algos/i2c-algo-pcf.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/i2c/algos/i2c-algo-pcf.c b/drivers/i2c/algos/i2c-algo-pcf.c index 270d84bfc2c6..bb60c1bd1f2d 100644 ---

[PATCH 03/21] i2c: algo: pcf: make use of i2c_8bit_addr_from_msg

2018-05-14 Thread Peter Rosin
Because it looks neater. Signed-off-by: Peter Rosin --- drivers/i2c/algos/i2c-algo-pcf.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/i2c/algos/i2c-algo-pcf.c b/drivers/i2c/algos/i2c-algo-pcf.c index 270d84bfc2c6..bb60c1bd1f2d 100644 ---