]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/omap: Make sure device_id tables are NULL terminated
authorThomas Meyer <thomas@m3y3r.de>
Mon, 27 May 2019 20:41:15 +0000 (22:41 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 10 Jun 2019 14:04:15 +0000 (17:04 +0300)
Make sure (of/i2c/platform)_device_id tables are NULL terminated.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c

index 2b41c75ce9883099fbd91728c9e8fa204b25c497..e02aa8e70968331533b687b4a8c3b657c2e9aa50 100644 (file)
@@ -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)