commit | 0781c057e3fd49e096ec2ea7fa5d6ad18a2f42bb | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Fri May 17 00:31:02 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jun 12 21:51:02 2013 -0300 |
tree | 0f335cc7e2c9db64f1e3a2b1f96395b20141e12e | |
parent | 44048752345460df738b87ebec82c9bfc8257943 [diff] |
[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>