]> 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)
commit5dc44e9f48c415e74979140fcb5f4dfed40d3fee
tree73811dde7f50b740fa89d140db16ac099c045a24
parent9c5903cf52d151087fc41f04ca0bc1fa8d992f3d
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