mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] soc: renesas:  Remove unneeded semicolon
@ 2024-06-28  5:20 Yang Li
  2024-06-28  7:28 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Yang Li @ 2024-06-28  5:20 UTC (permalink / raw)
  To: geert+renesas, magnus.damm
  Cc: linux-renesas-soc, linux-kernel, Yang Li, Abaci Robot

./drivers/soc/renesas/rcar-fuse.c:124:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9441
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/soc/renesas/rcar-fuse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/renesas/rcar-fuse.c b/drivers/soc/renesas/rcar-fuse.c
index 8fb2374f919b..cf665f2e4a9d 100644
--- a/drivers/soc/renesas/rcar-fuse.c
+++ b/drivers/soc/renesas/rcar-fuse.c
@@ -121,7 +121,7 @@ static int rcar_fuse_probe(struct platform_device *pdev)
 
 		fuse->offset = data->offset;
 		fuse->nregs = data->nregs;
-	};
+	}
 
 	memset(&nvmem, 0, sizeof(nvmem));
 	nvmem.dev = dev;
-- 
2.20.1.7.g153144c


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-28  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-28  5:20 [PATCH -next] soc: renesas: Remove unneeded semicolon Yang Li
2024-06-28  7:28 ` Geert Uytterhoeven
2024-06-28  7:32   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®