2020-12-21 08:26:41

by Luo Jiaxing

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

kernel test rebot report that dat, set and clr in hisi_gpio_probe() is
unused variables. So delete it.

Reported-by: kernel test robot <[email protected]>
Signed-off-by: Luo Jiaxing <[email protected]>
---
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
index a389780..d2971c9 100644
--- a/drivers/gpio/gpio-hisi.c
+++ b/drivers/gpio/gpio-hisi.c
@@ -254,7 +254,6 @@ static void hisi_gpio_get_pdata(struct device *dev,
static int hisi_gpio_probe(struct platform_device *pdev)
{
struct device *dev = &pdev->dev;
- void __iomem *dat, *set, *clr;
struct hisi_gpio *hisi_gpio;
int port_num;
int ret;
--
2.7.4


2020-12-21 10:39:49

by Andy Shevchenko

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

On Mon, Dec 21, 2020 at 10:25 AM Luo Jiaxing <[email protected]> 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 <[email protected]>
> Signed-off-by: Luo Jiaxing <[email protected]>

--
With Best Regards,
Andy Shevchenko

2020-12-22 11:35:58

by Luo Jiaxing

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


On 2020/12/21 18:35, Andy Shevchenko wrote:
> On Mon, Dec 21, 2020 at 10:25 AM Luo Jiaxing <[email protected]> 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 send v2 to add this tag? or we can ask linus to help to add it
when apply this?


Thanks

Jiaxing

>
>> Reported-by: kernel test robot <[email protected]>
>> Signed-off-by: Luo Jiaxing <[email protected]>

2020-12-27 21:12:36

by Linus Walleij

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

On Mon, Dec 21, 2020 at 9:25 AM Luo Jiaxing <[email protected]> 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 <[email protected]>
> Signed-off-by: Luo Jiaxing <[email protected]>

I fixed this in the tree before sending the pull request to Torvalds so this
problem is already solved.

Yours,
Linus Walleij