drm/exynos: Remove redundant NULL check in exynos_drm_buf
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 14 Aug 2013 11:08:00 +0000 (16:38 +0530)
committerInki Dae <inki.dae@samsung.com>
Thu, 5 Sep 2013 04:43:42 +0000 (13:43 +0900)
commitca7c6220bdddaf35dc13454cf85367c0f72f3e74
treef624cbbc75e4fa10577d6c68e23fa6405d2fcec3
parent319477f35eef46e3c1eeb155f17c5fb06ef85704
drm/exynos: Remove redundant NULL check in exynos_drm_buf

kfree handles null pointers. Hence this check is not necessary.

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