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)
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>

No differences found