From: Takashi Iwai Date: Fri, 9 May 2014 06:14:15 +0000 (+0200) Subject: drm/exynos: Fix double locks at PM resume X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f0fd8ca3250c7546148a89eec26ff3b8140103;p=pandora-kernel.git drm/exynos: Fix double locks at PM resume The recent commit [3ea87855: drm/helper: lock all around force mode restore] introduced drm_modeset_lock_all() in drm_helper_resume_force_mode() itself, while exynos driver takes this lock before calling it. Move the function call outside the lock for avoiding a deadlock. Signed-off-by: Takashi Iwai Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed