]> git.baikalelectronics.ru Git - kernel.git/commit
[media] exynos4-is: Fix potential null pointer dereferencing
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 16 Apr 2013 06:02:19 +0000 (03:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 12:32:57 +0000 (09:32 -0300)
commit0cae76bf6da424541886c2cb40528df13784ebd9
tree81c7d81bd11cba3346ab041778af57c628d4317b
parent1a0d4094d4f3fa84980725bc4ce20a3838cee666
[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>
drivers/media/platform/exynos4-is/fimc-core.c