alistair23-linux/drivers/media/platform/am437x
Nicolas Iooss 6ebf75774f [media] am437x-vpfe: always assign bpp variable
In vpfe_s_fmt(), when the sensor format and the requested format were
the same, bpp was assigned to vpfe->bpp without being initialized first.

Grab the bpp value that is currently used by using __vpfe_get_format()
instead of its wrapper, vpfe_try_fmt().

This use of uninitialized variable has been found by compiling the
kernel with clang.

Fixes: 417d2e507e ("[media] media: platform: add VPFE capture driver
support for AM437X")

Cc: stable@vger.kernel.org
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-01-30 15:43:40 -02:00
..
am437x-vpfe.c [media] am437x-vpfe: always assign bpp variable 2017-01-30 15:43:40 -02:00
am437x-vpfe.h [media] media/platform: convert drivers to use the new vb2_queue dev field 2016-07-08 14:39:21 -03:00
am437x-vpfe_regs.h [media] media: platform: add VPFE capture driver support for AM437X 2014-12-23 12:09:58 -02:00
Kconfig [media] am437x: VIDEO_AM437X_VPFE should depend on HAS_DMA 2015-03-02 14:40:18 -03:00
Makefile [media] media: platform: add VPFE capture driver support for AM437X 2014-12-23 12:09:58 -02:00