Commit 9ef9abf4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Hans Verkuil
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent a312f898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)