aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-02-25 16:43:27 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-03-11 11:59:44 +0100
commit5cde22fcc7271812a7944c47b40100df15908358 (patch)
treeee1dc5c2ff96858b3a0b81a9780c51d509f9ac51 /drivers/media/rc
parentmedia: v4l2-subdev.rst: typo fix (diff)
downloadlinux-dev-5cde22fcc7271812a7944c47b40100df15908358.tar.xz
linux-dev-5cde22fcc7271812a7944c47b40100df15908358.zip
media: vivid: fix assignment of dev->fbuf_out_flags
Currently the chroma_flags and alpha_flags are being zero'd with a bit-wise mask and the following statement should be bit-wise or'ing in the new flag bits but instead is making a direct assignment. Fix this by using the |= operator rather than an assignment. Addresses-Coverity: ("Unused value") Fixes: ef834f7836ec ("[media] vivid: add the video capture and output parts") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/rc')
0 files changed, 0 insertions, 0 deletions