Skip to content
Commit 772cdc97 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: remove extra plane->destroy from crtc destroy



All the planes, including primary planes, are now destroyed by the drm
framework. Thus we no longer need the explicit call to plane->destroy
from the crtc's destroy function.

This patch removes the call, thus fixing the crash caused by double
freeing the plane.

remove omap_crtc->plane->funcs->destroy(omap_crtc->plane)

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 5ac96345
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment