media: rcar-csi2: Drop comma after SoC match table sentinel
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 3 Mar 2022 12:43:57 +0000 (13:43 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 7 Mar 2022 16:21:53 +0000 (17:21 +0100)
It does not make sense to have a comma after a sentinel, as any new
elements must be added before the sentinel.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/rcar-vin/rcar-csi2.c

index 2fe179e389d296f6aa04da93d67404d3711f060a..fea8f00a915264d9d966faa891f490df8fc6c5ff 100644 (file)
@@ -1489,7 +1489,7 @@ static const struct soc_device_attribute r8a7795[] = {
                .soc_id = "r8a7795", .revision = "ES2.*",
                .data = &rcar_csi2_info_r8a7795es2,
        },
-       { /* sentinel */ },
+       { /* sentinel */ }
 };
 
 static int rcsi2_probe(struct platform_device *pdev)