commit | 33e2192fb1e329c26847c92edbd90f7e93eecacf | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Mon Nov 24 16:58:48 2014 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Tue Nov 25 11:58:27 2014 +0900 |
tree | a63ad5f5e70e84a8136a0f44a3b17f6920b83f68 | |
parent | be19d9336995241f5c98d0abebff440fef03455e [diff] |
drm/exynos: fix exynos_drm_component_del This patch resolves the issue that component object isn't removed correctly. A given component object couldn't be placed to head of drm_component_list so all component objects added to the drm_component_list should be checked to remove the given component object. Signed-off-by: Inki Dae <inki.dae@samsung.com>