Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ee2db22 authored by Thomas Meyer's avatar Thomas Meyer Committed by Tomi Valkeinen
Browse files

drm/omap: Make sure device_id tables are NULL terminated



Make sure (of/i2c/platform)_device_id tables are NULL terminated.

Signed-off-by: default avatarThomas Meyer <thomas@m3y3r.de>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 396f9aca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -198,6 +198,7 @@ static const struct of_device_id omapdss_of_fixups_whitelist[] __initconst = {
	{ .compatible = "toppoly,td028ttec1" },
	{ .compatible = "tpo,td028ttec1" },
	{ .compatible = "tpo,td043mtea1" },
	{},
};

static int __init omapdss_boot_init(void)