media: rcar-csi2: Drop comma after SoC match table sentinel
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>
This commit is contained in:
parent
a312f89826
commit
9ef9abf4ff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue