commit | 38c602b8ed4ddb73c9274df1af33a6f6f7db26e1 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Tue Apr 16 03:02:19 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Apr 25 09:32:57 2013 -0300 |
tree | 81c7d81bd11cba3346ab041778af57c628d4317b | |
parent | 5f3f254f7c138a22a544b80ce2c14a3fc4ed711e [diff] |
[media] exynos4-is: Fix potential null pointer dereferencing If fimc->drv_data is NULL, then fimc->drv_data->num_entities would cause NULL pointer dereferencing. Hence remove it from print statement. 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>