Re: [PATCH v2 1/5] gpio: pca953x: coding style fixes

2016-09-07 Thread Andy Shevchenko
On Wed, 2016-09-07 at 11:24 +0200, Bartosz Golaszewski wrote: > pca953x_gpio_set_multiple() has some coding style issues that make it > harder to read. Tweak the code a bit. > I would suggest to make this a last patch in the series. Rationale is that you might have changed same lines by functiona

[PATCH v2 1/5] gpio: pca953x: coding style fixes

2016-09-07 Thread Bartosz Golaszewski
pca953x_gpio_set_multiple() has some coding style issues that make it harder to read. Tweak the code a bit. Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-pca953x.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-pca953x.c b/dr