drm/exynos: mixer: Fix incorrect usage of IS_ERR_OR_NULL
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 21 Mar 2013 10:03:58 +0000 (15:33 +0530)
committerInki Dae <daeinki@gmail.com>
Tue, 16 Apr 2013 15:07:23 +0000 (00:07 +0900)
commitc11182d6e4a3baa0c5f7aa3c13805a6ab6c6a9a8
tree2e3a536476bcdaa21bd8525c0501519773211dec
parentee7cbafa01aa6c09a7860686964770183d06b5cb
drm/exynos: mixer: 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_mixer.c