commit | 9f3dd7dbc5a5b6048d7dfccff5e0e9d8b50ff674 | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Tue Sep 09 15:16:06 2014 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Sat Sep 20 00:56:14 2014 +0900 |
tree | be586ea7b87e322347728094afcded230150fe92 | |
parent | a36ed466870ef65755492a69886a38362d33d90e [diff] |
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 <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>