From: Andrzej Hajda Date: Tue, 9 Sep 2014 13:16:06 +0000 (+0200) Subject: drm/exynos: fix drm driver de-initialization order X-Git-Tag: fixes-against-v3.18-rc2~73^2~20^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3dd7dbc5a5b6048d7dfccff5e0e9d8b50ff674;p=pandora-kernel.git drm/exynos: fix drm driver de-initialization order Since components have their own cleanup routines calling drm_mode_config_cleanup before component_unbind_all causes errors due to double free of KMS objects. The patch fixes it by changing de-initialization order. Now it is exactly opposite to init order. Signed-off-by: Andrzej Hajda Signed-off-by: Inki Dae --- Reading git-diff-tree failed