Commit 3f9cb579 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Daniel Lezcano
Browse files

thermal: ti-soc-thermal: 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>
Acked-by: default avatarKeerthy <j-keerthy@ti.com>
Link: https://lore.kernel.org/r/1d6de2a80b919cb11199e56ac06ad21c273ebe57.1669045586.git.geert+renesas@glider.be


Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@kernel.org>
parent 40329164
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -878,7 +878,7 @@ static struct ti_bandgap *ti_bandgap_build(struct platform_device *pdev)
 */
static const struct soc_device_attribute soc_no_cpu_notifier[] = {
	{ .machine = "OMAP4430" },
	{ /* sentinel */ },
	{ /* sentinel */ }
};

/***   Device driver call backs   ***/