From a16f223e35325d1a9b9b3fce63d655e7b2c2a02a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 9 May 2014 08:14:15 +0200 Subject: [PATCH] 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: Inki Dae --- Reading git-format-patch failed