]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: fix incorrect overlay plane cleanup
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Jun 2015 09:13:30 +0000 (10:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 15:45:29 +0000 (16:45 +0100)
commit8b235249a8085150dc60f37d517fb9bd84a6e0cf
tree73811dde7f50b740fa89d140db16ac099c045a24
parent0e555dba225d95e87c394a22f2e38b1435d4b103
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: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_overlay.c