Re: [PATCH -next] gpio: davinci: drop pointless static qualifier

2019-01-23 Thread Bartosz Golaszewski
śr., 23 sty 2019 o 11:32 Keerthy napisał(a): > > On 23/01/19 2:19 PM, YueHaibing wrote: > > There is no need to have the 'gpio_unbanked' variable static since > > new value always be assigned before use it. > > Acked-by: Keerthy > > > > > Signed-off-by: YueHaibing > > --- > > drivers/gpio/gpio-

Re: [PATCH -next] gpio: davinci: drop pointless static qualifier

2019-01-23 Thread Keerthy
On 23/01/19 2:19 PM, YueHaibing wrote: > There is no need to have the 'gpio_unbanked' variable static since > new value always be assigned before use it. Acked-by: Keerthy > > Signed-off-by: YueHaibing > --- > drivers/gpio/gpio-davinci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletion

[PATCH -next] gpio: davinci: drop pointless static qualifier

2019-01-23 Thread YueHaibing
There is no need to have the 'gpio_unbanked' variable static since new value always be assigned before use it. Signed-off-by: YueHaibing --- drivers/gpio/gpio-davinci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci