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

2016-09-07 Thread Bartosz Golaszewski
2016-09-07 17:17 GMT+02:00 Andy Shevchenko : > On Wed, 2016-09-07 at 16:49 +0200, Bartosz Golaszewski wrote: >> pca953x_gpio_set_multiple() has some coding style issues that make it >> harder to read. Tweak the code a bit. >> > > Usually give one day for reviewers to have a chance to follow your >

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

2016-09-07 Thread Andy Shevchenko
On Wed, 2016-09-07 at 16:49 +0200, Bartosz Golaszewski wrote: > pca953x_gpio_set_multiple() has some coding style issues that make it > harder to read. Tweak the code a bit. > Usually give one day for reviewers to have a chance to follow your changes. And one comment below. > Signed-off-by: Bar

[PATCH v4 5/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 Reviewed-by: Andy Shevchenko --- drivers/gpio/gpio-pca953x.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git