* [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 related [flat|nested] 3+ messages in thread
* Re: [PATCH -next] soc: renesas: Remove unneeded semicolon
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
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-06-28 7:28 UTC (permalink / raw)
To: Yang Li; +Cc: magnus.damm, linux-renesas-soc, linux-kernel, Abaci Robot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] soc: renesas: Remove unneeded semicolon
2024-06-28 7:28 ` Geert Uytterhoeven
@ 2024-06-28 7:32 ` Geert Uytterhoeven
0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-06-28 7:32 UTC (permalink / raw)
To: Yang Li; +Cc: magnus.damm, linux-renesas-soc, linux-kernel, Abaci Robot
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
^ 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