Re: [PATCH 07/22] gpiolib: cdev: remove pointless decrement of i

2020-06-24 Thread Bartosz Golaszewski
wt., 23 cze 2020 o 06:02 Kent Gibson napisaƂ(a): > > Remove pointless decrement of variable, and associated comment. > > While i is used subsequently, it is re-initialized so this decrement > serves no purpose. > > Signed-off-by: Kent Gibson > Reviewed-by: Bartosz Golaszewski

[PATCH 07/22] gpiolib: cdev: remove pointless decrement of i

2020-06-22 Thread Kent Gibson
Remove pointless decrement of variable, and associated comment. While i is used subsequently, it is re-initialized so this decrement serves no purpose. Signed-off-by: Kent Gibson --- drivers/gpio/gpiolib-cdev.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpio/gpiolib-cdev.c