linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).