commit | ee7cbafa01aa6c09a7860686964770183d06b5cb | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Thu Mar 21 15:33:57 2013 +0530 |
committer | Inki Dae <daeinki@gmail.com> | Wed Apr 17 00:07:21 2013 +0900 |
tree | 85dd807be4de86f1c7537175e394687af3b3e531 | |
parent | 1977e6d8786260e2412305b402a3e2fccc3701bd [diff] |
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>