* [PATCH -next] pinctrl: renesas: rzg2l: Remove unneeded semicolon
@ 2023-12-15 0:47 Yang Li
2023-12-15 10:21 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-12-15 0:47 UTC (permalink / raw)
To: geert+renesas, linus.walleij
Cc: linux-renesas-soc, linux-gpio, linux-kernel, Yang Li, Abaci Robot
./drivers/pinctrl/renesas/pinctrl-rzg2l.c:485:2-3: Unneeded semicolon
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7749
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
drivers/pinctrl/renesas/pinctrl-rzg2l.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/renesas/pinctrl-rzg2l.c b/drivers/pinctrl/renesas/pinctrl-rzg2l.c
index ccf7233d8a59..80fb5011c7bb 100644
--- a/drivers/pinctrl/renesas/pinctrl-rzg2l.c
+++ b/drivers/pinctrl/renesas/pinctrl-rzg2l.c
@@ -482,7 +482,7 @@ static int rzg2l_dt_subnode_to_map(struct pinctrl_dev *pctldev,
goto remove_group;
idx++;
- };
+ }
dev_dbg(pctrl->dev, "Parsed %pOF with %d pins\n", np, num_pinmux);
ret = 0;
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] pinctrl: renesas: rzg2l: Remove unneeded semicolon
2023-12-15 0:47 [PATCH -next] pinctrl: renesas: rzg2l: Remove unneeded semicolon Yang Li
@ 2023-12-15 10:21 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2023-12-15 10:21 UTC (permalink / raw)
To: Yang Li
Cc: linus.walleij, linux-renesas-soc, linux-gpio, linux-kernel,
Abaci Robot
On Fri, Dec 15, 2023 at 1:47 AM Yang Li <yang.lee@linux.alibaba.com> wrote:
> ./drivers/pinctrl/renesas/pinctrl-rzg2l.c:485:2-3: Unneeded semicolon
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7749
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Thanks for your patch!
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
As the issue is not yet upstream, I will fold your fix into the original
commit in renesas-pinctrl-for-v6.8.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-15 10:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 0:47 [PATCH -next] pinctrl: renesas: rzg2l: Remove unneeded semicolon Yang Li
2023-12-15 10:21 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).