Re: [PATCH -next] drm/omap: Add NULL entry to the end of_device_id array

2019-03-27 Thread Mukesh Ojha
Sorry for the spam whosoever has got the last mail, as the last did not get to the mailing list, and it bounced, so sending it again. On 3/27/2019 8:49 AM, YueHaibing wrote: Make sure of_device_id tables are NULL terminated Found by coccinelle spatch "misc/of_table.cocci" Signed-off-by: YueHai

[PATCH -next] drm/omap: Add NULL entry to the end of_device_id array

2019-03-27 Thread YueHaibing
Make sure of_device_id tables are NULL terminated Found by coccinelle spatch "misc/of_table.cocci" Signed-off-by: YueHaibing --- 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/

Re: [PATCH -next] drm/omap: Add NULL entry to the end of_device_id array

2019-03-27 Thread Mukesh Ojha
On 3/27/2019 8:49 AM, YueHaibing wrote: Make sure of_device_id tables are NULL terminated Found by coccinelle spatch "misc/of_table.cocci" Signed-off-by: YueHaibing Reviewed-by: Mukesh Ojha > Thanks. Mukesh --- drivers/gpu/drm/omapdrm/dss/omapdss-boot-init