commit | 87acdde56d4cbf9c4b6a4d278434333bd613fd16 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Dec 24 14:03:43 2012 +0530 |
committer | Inki Dae <inki.dae@samsung.com> | Fri Jan 04 15:54:34 2013 +0900 |
tree | c548f06bdc4dad3d1b267ae56792f231bcef8d66 | |
parent | bfb6ed26008b47c5b2b4df073a45627f31f12966 [diff] |
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>