drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.c
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 24 Dec 2012 08:33:43 +0000 (14:03 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:34 +0000 (15:54 +0900)
commit87acdde56d4cbf9c4b6a4d278434333bd613fd16
treec548f06bdc4dad3d1b267ae56792f231bcef8d66
parentbfb6ed26008b47c5b2b4df073a45627f31f12966
drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.c

devm_* APIs are device managed and get freed automatically when the
device detaches. Thus explicit freeing is not needed. This saves some
code.

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
This page took 0.026354 seconds and 5 git commands to generate.