]> git.baikalelectronics.ru Git - kernel.git/commit
[media] am437x-vpfe: always assign bpp variable
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Tue, 27 Dec 2016 18:02:36 +0000 (16:02 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 17:43:40 +0000 (15:43 -0200)
commitb21b2fb31122df59e51b8e4f2baad1e3c25b050a
tree760bc08baeaa9a9f7141a8fc39909b249fd84af6
parent19393810a021ece1ad70eeb07f0c46c3c07256e1
[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: 0714655b2584 ("[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>
drivers/media/platform/am437x/am437x-vpfe.c