commit | 8007875f0619f36d885ba357b587e673d6f20704 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 16 11:33:44 2013 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 17 17:09:52 2013 -0800 |
tree | b3777c055cc031278bee1f36ca6463410075346e | |
parent | 82832046e285952f14e707647f9ef82466c883cc [diff] |
imx-drm: imx-drm-core: fix DRM cleanup paths We must call drm_vblank_cleanup() on the error cleanup and unload paths after we've had a successful call to drm_vblank_init(). Ensure that the calls are in the reverse order to the initialisation order. 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>