diff options
| author | Thomas Meyer <[email protected]> | 2019-05-27 20:41:15 +0000 |
|---|---|---|
| committer | Tomi Valkeinen <[email protected]> | 2019-06-10 14:04:15 +0000 |
| commit | 1ee2db22dbadd3eba4d9b8f66778ee76bde2b6b1 (patch) | |
| tree | 04d7a717ddb9c32234d452ee7f4dbc60f494558f /drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c | |
| parent | Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into... (diff) | |
| download | kernel-1ee2db22dbadd3eba4d9b8f66778ee76bde2b6b1.tar.gz kernel-1ee2db22dbadd3eba4d9b8f66778ee76bde2b6b1.zip | |
drm/omap: Make sure device_id tables are NULL terminated
Make sure (of/i2c/platform)_device_id tables are NULL terminated.
Signed-off-by: Thomas Meyer <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
