git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6236c0
)
imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc()
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 16 Dec 2013 11:33:24 +0000
(11:33 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 18 Dec 2013 01:09:51 +0000
(17:09 -0800)
imx_drm_add_crtc() was kfree'ing the imx_drm_crtc structure while
leaving it on the list of CRTCs. Delete it from the list first.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found