]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 29 Apr 2013 06:57:06 +0000 (12:27 +0530)
committerInki Dae <inki.dae@samsung.com>
Wed, 22 May 2013 02:45:45 +0000 (11:45 +0900)
commiteddbae292c9805cbf7334128f3482c7bd9eb013a
treeb7b45a629e24ba3f6f725a5fe7101a770b6ffdbb
parent6fe95f58e5e4f1529b47ea924e1e2c9330e5b1b2
drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL

None of these functions actually return a NULL pointer. Hence use
IS_ERR() instead.

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