From: Russell King Date: Mon, 16 Dec 2013 11:33:44 +0000 (+0000) Subject: imx-drm: imx-drm-core: fix DRM cleanup paths X-Git-Tag: v3.13-rc5~26^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8007875f0619f36d885ba357b587e673d6f20704;p=pandora-kernel.git 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 Acked-by: Sascha Hauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed