drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 21 Mar 2013 10:03:59 +0000 (15:33 +0530)
committerInki Dae <daeinki@gmail.com>
Tue, 16 Apr 2013 15:07:25 +0000 (00:07 +0900)
commitd8e9ca45df0b4da4cd1ba66c41a241ed94c03d01
tree6a3d04eb97b774195c90f5d98988d5e54b605cf8
parentc11182d6e4a3baa0c5f7aa3c13805a6ab6c6a9a8
drm/exynos: drm_rotator: Fix incorrect usage of IS_ERR_OR_NULL

Use IS_ERR instead of IS_ERR_OR_NULL on clk_get results.

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