]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fix duplicated mutex lock issue
authorInki Dae <inki.dae@samsung.com>
Tue, 11 Sep 2012 07:35:23 +0000 (16:35 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 4 Oct 2012 01:06:01 +0000 (10:06 +0900)
commitdb3977c53b73a7f3c8f0c3e2ef9793d2c0e3dbff
tree1f00484002ce21870a0f09974bd175918a55f5c3
parent73730f87c2a6793c1c57ed60d15865a6e3c24c0c
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>
drivers/gpu/drm/exynos/exynos_drm_crtc.c