[media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL in hdmi_drv.c
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 17 May 2013 03:31:01 +0000 (00:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 00:50:31 +0000 (21:50 -0300)
commit44048752345460df738b87ebec82c9bfc8257943
tree6c3c7cd638122d4f77e032ab2d8a8a1f4e6f3714
parent793ad32d1b7159772feb36ac41e265786729e78c
[media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL in hdmi_drv.c

NULL check on clocks obtained using common clock APIs should not
be done. Use IS_ERR only.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-tv/hdmi_drv.c