drm/exynos: Use devm_clk_get in exynos_drm_fimc.c
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 28 Dec 2012 10:26:18 +0000 (15:56 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:34 +0000 (15:54 +0900)
commit15b3263eb3267b2be06f969f775f2e34624c7259
tree8e4a3e9905e8a6096c7033d2dae576e3dafcc67d
parent3fb6922eae7e9c8be5d6b305b37c7495ffbf0e01
drm/exynos: Use devm_clk_get in exynos_drm_fimc.c

This eliminates the need for explicit clk_put and makes the
cleanup and exit path code simpler.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c