linux-brain/drivers/media/platform/vivid
Colin Ian King 75c6252e86 media: vivid: fix assignment of dev->fbuf_out_flags
[ Upstream commit 5cde22fcc7271812a7944c47b40100df15908358 ]

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: ef834f7836 ("[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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-05-14 09:44:23 +02:00
..
Kconfig Linux 5.2-rc2 2019-05-28 11:21:51 -04:00
Makefile
vivid-cec.c media: replace strcpy() by strscpy() 2018-09-11 13:32:17 -04:00
vivid-cec.h
vivid-core.c media: vivid: update EDID 2021-05-11 14:04:10 +02:00
vivid-core.h media: vivid: add HDMI (dis)connect RX emulation 2019-06-21 17:33:14 -04:00
vivid-ctrls.c media: vivid: fix device init when no_error_inj=1 and fb disabled 2019-07-25 06:31:30 -04:00
vivid-ctrls.h
vivid-kthread-cap.c media: vivid: Fix wrong locking that causes race conditions on streaming stop 2019-11-29 10:10:04 +01:00
vivid-kthread-cap.h
vivid-kthread-out.c media: vivid: Fix wrong locking that causes race conditions on streaming stop 2019-11-29 10:10:04 +01:00
vivid-kthread-out.h
vivid-osd.c media: vivid: fix incorrect assignment operation when setting video mode 2019-06-05 15:25:15 -04:00
vivid-osd.h
vivid-radio-common.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
vivid-radio-common.h
vivid-radio-rx.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
vivid-radio-rx.h
vivid-radio-tx.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
vivid-radio-tx.h
vivid-rds-gen.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
vivid-rds-gen.h
vivid-sdr-cap.c media: vivid: Fix wrong locking that causes race conditions on streaming stop 2019-11-29 10:10:04 +01:00
vivid-sdr-cap.h
vivid-vbi-cap.c media: vivid: make input std_signal per-input 2019-06-21 17:28:25 -04:00
vivid-vbi-cap.h
vivid-vbi-gen.c
vivid-vbi-gen.h
vivid-vbi-out.c media: vivid: drop v4l2_ctrl_request_complete() from start_streaming 2018-12-03 15:04:07 -05:00
vivid-vbi-out.h
vivid-vid-cap.c media: vivid: Set vid_cap_streaming and vid_out_streaming to true 2019-11-29 10:10:03 +01:00
vivid-vid-cap.h media: vidioc_cropcap -> vidioc_g_pixelaspect 2018-11-20 13:57:21 -05:00
vivid-vid-common.c media: vivid: add support for new pixelformats 2019-07-30 12:17:34 -04:00
vivid-vid-common.h media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane 2019-06-05 07:48:32 -04:00
vivid-vid-out.c media: vivid: fix assignment of dev->fbuf_out_flags 2021-05-14 09:44:23 +02:00
vivid-vid-out.h media: vidioc_cropcap -> vidioc_g_pixelaspect 2018-11-20 13:57:21 -05:00