commit | 471d60fe594ed1a7ae28a3f911d1200ae51efbdc | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Tue Sep 11 16:35:23 2012 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Oct 04 10:06:01 2012 +0900 |
tree | 1f00484002ce21870a0f09974bd175918a55f5c3 | |
parent | 6b6bae24c7caac8f2a80f24e5ff5e82276eb03fd [diff] |
drm/exynos: fix duplicated mutex lock issue exynos_drm_crtc_dpms function doesn't need mutex lock because mutex lock was called by drm framework so this patch removes mutex lock call from that function to avoid duplicated mutex locking. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>