diff mbox series

media: fdp1: Fix R-Car M3-N naming in debug message

Message ID 20191024130916.16444-1-geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series media: fdp1: Fix R-Car M3-N naming in debug message | expand

Commit Message

Geert Uytterhoeven Oct. 24, 2019, 1:09 p.m. UTC
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@glider.be>
---
 drivers/media/platform/rcar_fdp1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham Oct. 24, 2019, 4:07 p.m. UTC | #1
Hi Geert,

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@glider.be>
> ---
>  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.

Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> -		dprintk(fdp1, "FDP1 Version R-Car M3N\n");
> +		dprintk(fdp1, "FDP1 Version R-Car M3-N\n");
>  		break;
>  	case FD1_IP_E3:
>  		dprintk(fdp1, "FDP1 Version R-Car E3\n");
>
Geert Uytterhoeven Oct. 25, 2019, 8:46 a.m. UTC | #2
Hi Kieran,

On Thu, Oct 24, 2019 at 6:08 PM Kieran Bingham
<kieran.bingham+renesas@ideasonboard.com> 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@glider.be>
> > ---
> >  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@ideasonboard.com>

Thanks!

Gr{oetje,eeting}s,

                        Geert
Kieran Bingham Oct. 25, 2019, 10:20 a.m. UTC | #3
Hi Geert,

On 25/10/2019 09:46, Geert Uytterhoeven wrote:
> Hi Kieran,
> 
> On Thu, Oct 24, 2019 at 6:08 PM Kieran Bingham
> <kieran.bingham+renesas@ideasonboard.com> 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@glider.be>
>>> ---
>>>  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.

Hahaha - of course :-D , I meant with M3_N but as we already have IP_M3W
I think we're fine.


>> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> 
> Thanks!

No worries

--
KB

> 
> Gr{oetje,eeting}s,
> 
>                         Geert
>
diff mbox series

Patch

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:
-		dprintk(fdp1, "FDP1 Version R-Car M3N\n");
+		dprintk(fdp1, "FDP1 Version R-Car M3-N\n");
 		break;
 	case FD1_IP_E3:
 		dprintk(fdp1, "FDP1 Version R-Car E3\n");