Hi Kieran, On Thu, Oct 24, 2019 at 6:08 PM Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> wrote: > On 24/10/2019 14:09, Geert Uytterhoeven wrote: > > The official name is "R-Car M3-N", not "R-Car M3N". > > > > Fixes: 4e8c120de9268fc2 ("media: fdp1: Support M3N and E3 platforms") > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > --- > > drivers/media/platform/rcar_fdp1.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/media/platform/rcar_fdp1.c b/drivers/media/platform/rcar_fdp1.c > > index cb93a13e1777a53e..97bed45360f088d0 100644 > > --- a/drivers/media/platform/rcar_fdp1.c > > +++ b/drivers/media/platform/rcar_fdp1.c > > @@ -2369,7 +2369,7 @@ static int fdp1_probe(struct platform_device *pdev) > > dprintk(fdp1, "FDP1 Version R-Car H3\n"); > > break; > > case FD1_IP_M3N: > > Should the FD1_IP_M3N naming also be updated accordingly? > I guess that's not so important. > > Either way, up to you. Na, you can't use hyphens in preprocessor definitions ;-) FD1_IP_M3N is consistent with FD1_IP_M3W, and not user-visible. > Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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