summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-06-04 10:55:15 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-27 14:46:37 +0100
commit317357415bef2cc2ec618d4c4f274abbcdc20bab (patch)
treeb764467b256587d92c3b1b9ac315ebaf4f8f8f40 /net
parentd4fa8aa0ef869c05559653c23359c68c5bb921b7 (diff)
media: vivid: fix incorrect assignment operation when setting video mode
[ Upstream commit d4ec9550e4b2d2e357a46fdc65d8ef3d4d15984c ] The assigment of FB_VMODE_NONINTERLACE to var->vmode should be a bit-wise or of FB_VMODE_NONINTERLACE instead of an assignment, otherwise the previous clearing of the FB_VMODE_MASK bits of var->vmode makes no sense and is redundant. Addresses-Coverity: ("Unused value") Fixes: ad4e02d5081d ("[media] vivid: add a simple framebuffer device for overlay testing") 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+samsung@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions