[media] s5p-fimc: Avoid possible NULL pointer dereference in set_fmt op
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 5 Dec 2012 16:52:00 +0000 (13:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 6 Jan 2013 11:23:56 +0000 (09:23 -0200)
commit6612545ffb3c14ccb5fa265992cc1b40db3ff463
treedc87e7cc2cfe95b99302904ab9ba37b5db12c1a4
parentff4e3fe86f6c5e8c746f07e232a89330cd3cf1a9
[media] s5p-fimc: Avoid possible NULL pointer dereference in set_fmt op

This fixes following issue found with a static analysis tool:
Pointer 'ffmt' returned from call to function 'fimc_capture_try_format'
at line 1522 may be NULL and may be dereferenced at line 1535.
Although it shouldn't happen in practice, add the NULL pointer check
to be on the safe side.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-fimc/fimc-capture.c