Re: [PATCH] gpiolib: remove declaration of now unused variable

2022-04-29 Thread Sascha Hauer
On Tue, Apr 26, 2022 at 08:46:19AM +0200, Ahmad Fatoum wrote: > Since commit f349b662674e ("gpio: allocate dynamic gpio numbers > top down"), the variable is now unused and warned about, so remove it. > > Signed-off-by: Ahmad Fatoum > --- > drivers/gpio/gpiolib.c | 2 +- > 1 file changed, 1

[PATCH] gpiolib: remove declaration of now unused variable

2022-04-26 Thread Ahmad Fatoum
Since commit f349b662674e ("gpio: allocate dynamic gpio numbers top down"), the variable is now unused and warned about, so remove it. Signed-off-by: Ahmad Fatoum --- drivers/gpio/gpiolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpiolib.c