* [PATCH] drm/omap: Make sure device_id tables are NULL terminated [not found] <1558989631144-20791398-0-diffsplit-thomas@m3y3r.de> @ 2019-05-27 20:41 ` Thomas Meyer 2019-05-28 10:50 ` Tomi Valkeinen 0 siblings, 1 reply; 2+ messages in thread From: Thomas Meyer @ 2019-05-27 20:41 UTC (permalink / raw) To: tomi.valkeinen, airlied, daniel, dri-devel, linux-kernel Make sure (of/i2c/platform)_device_id tables are NULL terminated. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> --- diff -u -p a/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c b/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c --- 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 { .compatible = "toppoly,td028ttec1" }, { .compatible = "tpo,td028ttec1" }, { .compatible = "tpo,td043mtea1" }, + {}, }; static int __init omapdss_boot_init(void) ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/omap: Make sure device_id tables are NULL terminated 2019-05-27 20:41 ` [PATCH] drm/omap: Make sure device_id tables are NULL terminated Thomas Meyer @ 2019-05-28 10:50 ` Tomi Valkeinen 0 siblings, 0 replies; 2+ messages in thread From: Tomi Valkeinen @ 2019-05-28 10:50 UTC (permalink / raw) To: Thomas Meyer, airlied, daniel, dri-devel, linux-kernel On 27/05/2019 23:41, Thomas Meyer wrote: > Make sure (of/i2c/platform)_device_id tables are NULL terminated. > > Signed-off-by: Thomas Meyer <thomas@m3y3r.de> > --- > > diff -u -p a/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c b/drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c > --- 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 > { .compatible = "toppoly,td028ttec1" }, > { .compatible = "tpo,td028ttec1" }, > { .compatible = "tpo,td043mtea1" }, > + {}, > }; > > static int __init omapdss_boot_init(void) > Thanks! I've picked this up. Tomi -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-28 10:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1558989631144-20791398-0-diffsplit-thomas@m3y3r.de>
2019-05-27 20:41 ` [PATCH] drm/omap: Make sure device_id tables are NULL terminated Thomas Meyer
2019-05-28 10:50 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox