diff options
author | Paul Kocialkowski <paul.kocialkowski@bootlin.com> | 2022-12-08 15:20:04 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-12-14 18:12:31 +0000 |
commit | 7266eb7c5a52efe8dc19a34c45c0fc8e3c0e4137 (patch) | |
tree | 1aac50beb9460c757d3533a49e077c1d57d65391 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 44723b8c4692566237321d658b482025bb0235f8 (diff) |
media: sun6i-isp: capture: Fix uninitialized variable use
While the stride_chroma variable was previously initialized to zero,
it's actually stride_chroma_div4 that is set to hardware registers.
Initialize it to zero instead to avoid an uninitialized variable use
and get rid of the associated smatch warning.
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Fixes: e3185e1d7c14 ("media: staging: media: Add support for the Allwinner A31 ISP")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions