Re: [PATCH] gpio: remove unneeded initializer in gpiochip_add_to_list()

2015-07-27 Thread Linus Walleij
On Tue, Jul 21, 2015 at 7:45 AM, Masahiro Yamada wrote: > This variable is used as an iterator and initialized in the > list_for_each() loop. > > Signed-off-by: Masahiro Yamada Patch applied with Alex' review tag. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH] gpio: remove unneeded initializer in gpiochip_add_to_list()

2015-07-20 Thread Alexandre Courbot
On Tue, Jul 21, 2015 at 2:45 PM, Masahiro Yamada wrote: > This variable is used as an iterator and initialized in the > list_for_each() loop. > Looks good, thanks! Reviewed-by: Alexandre Courbot > Signed-off-by: Masahiro Yamada > --- > > drivers/gpio/gpiolib.c | 2 +- > 1 file changed, 1 ins

[PATCH] gpio: remove unneeded initializer in gpiochip_add_to_list()

2015-07-20 Thread Masahiro Yamada
This variable is used as an iterator and initialized in the list_for_each() loop. Signed-off-by: Masahiro Yamada --- drivers/gpio/gpiolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index bf4bd1d..adb03c6 100644 --- a/dri