drivers/soc/renesas/rcar-fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
./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
Hi Yang,
On Fri, Jun 28, 2024 at 7:20 AM Yang Li <yang.lee@linux.alibaba.com> wrote:
> ./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>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
As I haven't sent a PR for this yet, I will fix up the offending commit.
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
On Fri, Jun 28, 2024 at 9:28 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On Fri, Jun 28, 2024 at 7:20 AM Yang Li <yang.lee@linux.alibaba.com> wrote:
> > ./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>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> As I haven't sent a PR for this yet, I will fix up the offending commit.
Oops, I forgot the offending commit is part of an immutable branch,
so I will just queue the fix in renesas-devel for v6.11.
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
© 2016 - 2025 Red Hat, Inc.