Re: [PATCH v1] gpio: hisi: delete some unused variables in hisi_gpio_probe()

2020-12-27 Thread Linus Walleij
On Mon, Dec 21, 2020 at 9:25 AM Luo Jiaxing wrote: > kernel test rebot report that dat, set and clr in hisi_gpio_probe() is > unused variables. So delete it. > > Reported-by: kernel test robot > Signed-off-by: Luo Jiaxing I fixed this in the tree before sending the pull request to Torvalds so

Re: [PATCH v1] gpio: hisi: delete some unused variables in hisi_gpio_probe()

2020-12-22 Thread luojiaxing
On 2020/12/21 18:35, Andy Shevchenko wrote: On Mon, Dec 21, 2020 at 10:25 AM Luo Jiaxing wrote: kernel test rebot report that dat, set and clr in hisi_gpio_probe() is unused variables. So delete it. Fixes: tag? Fixes: 356b01a986a5 ("gpio: gpio-hisi: Add HiSilicon GPIO support") Should I

Re: [PATCH v1] gpio: hisi: delete some unused variables in hisi_gpio_probe()

2020-12-21 Thread Andy Shevchenko
On Mon, Dec 21, 2020 at 10:25 AM Luo Jiaxing wrote: > > kernel test rebot report that dat, set and clr in hisi_gpio_probe() is > unused variables. So delete it. Fixes: tag? > Reported-by: kernel test robot > Signed-off-by: Luo Jiaxing -- With Best Regards, Andy Shevchenko

[PATCH v1] gpio: hisi: delete some unused variables in hisi_gpio_probe()

2020-12-21 Thread Luo Jiaxing
kernel test rebot report that dat, set and clr in hisi_gpio_probe() is unused variables. So delete it. Reported-by: kernel test robot Signed-off-by: Luo Jiaxing --- drivers/gpio/gpio-hisi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-hisi.c b/drivers/gpio/gpio-hisi.c in