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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 13 Apr 2015 10:44:53 +0000 (12:44 +0200)
commit84eb5fcc1abe4e948ad3425a3ff94fe96a1fb33e
tree28b614b7a7d1e19d4e3b95edd19e19feb6ef32bb
parent60f0115b9ca6affa29bcdfac05ffea6aecba949a
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