commit | d46a5a68b1690fc9f47d6b3e13ccef4e79a87e84 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Tue Apr 30 02:16:18 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jun 12 21:41:54 2013 -0300 |
tree | 9c0610b675c77a703e78400a9f5a40ef7c6ef5e5 | |
parent | 24f99dd0fb546b0933564f9697aa5fa5fe9b41da [diff] |
[media] s3c-camif: Remove redundant NULL check clk_unprepare checks for NULL pointer. Hence convert IS_ERR_OR_NULL to IS_ERR only. [s.nawrocki: added initialisation of the clock array to ERR_PTR() value] 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>