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

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
...@@ -198,6 +198,7 @@ static const struct of_device_id omapdss_of_fixups_whitelist[] __initconst = { ...@@ -198,6 +198,7 @@ static const struct of_device_id omapdss_of_fixups_whitelist[] __initconst = {
{ .compatible = "toppoly,td028ttec1" }, { .compatible = "toppoly,td028ttec1" },
{ .compatible = "tpo,td028ttec1" }, { .compatible = "tpo,td028ttec1" },
{ .compatible = "tpo,td043mtea1" }, { .compatible = "tpo,td043mtea1" },
{},
}; };
static int __init omapdss_boot_init(void) static int __init omapdss_boot_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment