drm/exynos: hdmi: Fix incorrect usage of IS_ERR_OR_NULL
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 21 Mar 2013 10:03:57 +0000 (15:33 +0530)
committerInki Dae <daeinki@gmail.com>
Tue, 16 Apr 2013 15:07:21 +0000 (00:07 +0900)
commitee7cbafa01aa6c09a7860686964770183d06b5cb
tree85dd807be4de86f1c7537175e394687af3b3e531
parent1977e6d8786260e2412305b402a3e2fccc3701bd
drm/exynos: hdmi: 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_hdmi.c