OSDN Git Service

drm/omap: fix NULL deref crash with SDI displays
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 24 May 2018 07:58:25 +0000 (10:58 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 24 May 2018 16:14:46 +0000 (19:14 +0300)
commit2bc5ff0bdc00d81d719dad74589317a260d583ed
tree99985ce9d3926353a5cfcd82a7676120ba62307d
parentbdcc02cf1bb508fc700df7662f55058f651f2621
drm/omap: fix NULL deref crash with SDI displays

Fix a NULL deref bug introduced in commit 24aac6011f70 ("drm: omapdrm:
sdi: Allocate the sdi private data structure dynamically").

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/2f803bfc-3ffe-332a-7b9a-d59a39db4630@ti.com
Fixes: 24aac6011f70 ("drm: omapdrm: sdi: Allocate the sdi private data structure dynamically")
Reported-by: Tony Lindgren <tony@atomide.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Benoit Parrot <bparrot@ti.com>
drivers/gpu/drm/omapdrm/dss/sdi.c