OSDN Git Service

[media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL in mixer_drv.c
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 17 May 2013 03:31:02 +0000 (00:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 00:51:02 +0000 (21:51 -0300)
commit0781c057e3fd49e096ec2ea7fa5d6ad18a2f42bb
tree0f335cc7e2c9db64f1e3a2b1f96395b20141e12e
parent44048752345460df738b87ebec82c9bfc8257943
[media] s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL in mixer_drv.c

NULL check on clocks obtained using common clock APIs should not
be done. Use IS_ERR only.
[s.nawrocki: removed unrelated whitespace change]

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/mixer_drv.c