<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">On 3/27/2019 8:49 AM, YueHaibing wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20190327031904.63046-1-yuehaibing@huawei.com">
<pre class="moz-quote-pre" wrap="">Make sure of_device_id tables are NULL terminated
Found by coccinelle spatch "misc/of_table.cocci"
Signed-off-by: YueHaibing <a class="moz-txt-link-rfc2396E" href="mailto:yuehaibing@huawei.com"><yuehaibing@huawei.com></a></pre>
</blockquote>
<p><br>
</p>
<p>
Reviewed-by: Mukesh Ojha <<a href="mailto:mojha@codeaurora.org"
title="mojha@codeaurora.org" class="mailto">mojha@codeaurora.org</a>>
</p>
<p>
Thanks.<br>
Mukesh
</p>
<blockquote type="cite"
cite="mid:20190327031904.63046-1-yuehaibing@huawei.com">
<pre class="moz-quote-pre" wrap="">
---
drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c b/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c
index 2b41c75ce988..e02aa8e70968 100644
--- a/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c
+++ b/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c
@@ -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)
</pre>
</blockquote>
</body>
</html>