]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: remove unnecessary runtime pm operations
authorJoonyoung Shim <jy0922.shim@samsung.com>
Sun, 18 Jan 2015 08:34:15 +0000 (17:34 +0900)
committerInki Dae <inki.dae@samsung.com>
Sun, 18 Jan 2015 08:59:31 +0000 (17:59 +0900)
commit9907b8cf43bbb96ef6e05f4864eb21e9892dee0d
tree40cc087b01ce9c7c6a357eeee74a3577b9d413e5
parentc26078867d171bde7a731f8d8b5bce8a8481c1fe
drm/exynos: remove unnecessary runtime pm operations

In booting, we can see a below message.

[    3.241728] exynos-mixer 14450000.mixer: Unbalanced pm_runtime_enable!

Already pm_runtime_enable is called by probe function. Remove
pm_runtime_enable/disable from mixer_bind and mixer_unbind.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c