Skip to content
Commit 41dbb2db authored by Russell King's avatar Russell King
Browse files

drm/armada: fix incorrect overlay plane cleanup



The Armada overlay plane wasn't being properly cleaned up as it was
missing a call to drm_plane_cleanup().  It also wasn't freeing the
right type of pointer (although we were still freeing the right
pointer value.)

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 070f3f6b
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