[media] atmel-isi: add sanity check for supported formats in try/set_fmt()
authorJosh Wu <josh.wu@atmel.com>
Fri, 11 Sep 2015 07:00:16 +0000 (04:00 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 25 Sep 2015 20:36:09 +0000 (17:36 -0300)
commit9626d03e8dd4bb0c4def6e42c29c7f674d9f8e41
tree1bd3d4656b5d0fe215cd62c36342b773e481b8d4
parentf653da3457fc2988793393d202c487955a14e4e6
[media] atmel-isi: add sanity check for supported formats in try/set_fmt()

After adding the format check in try_fmt()/set_fmt(), we don't need any
format check in configure_geometry(). So make configure_geometry() as
void type.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/soc_camera/atmel-isi.c