drm/exynos: gsc: fix wrong pm_runtime state
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 9 Jan 2015 06:55:30 +0000 (15:55 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:44:03 +0000 (13:44 +0900)
commit1352319b9fa1d651829851406ed86a3c9eb8188f
treed948e62cafee6ccf991ac73028a4a1040324f2bc
parentfa2c3b84755c7fe9d4db33cfb5883a0ecda0d1d1
drm/exynos: gsc: fix wrong pm_runtime state

At probe time, gsc clock is not enabled, so pm_runtime state should
be deactive. So this patch removes pm_runtime_set_active() from
gsc_probe().

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gsc.c