summaryrefslogtreecommitdiff
path: root/arch/mips/pci
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@chromium.org>2019-03-26 03:44:23 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-29 07:41:46 -0400
commit52fafc58c3535c9f4f53864686dbaee3bcbadcb4 (patch)
tree995b02beeb841f438c22217df153c6d8137a1840 /arch/mips/pci
parentd7a955c8ef7cd8fecfd9e900c47f72e67dfcc49a (diff)
media: mtk-vcodec: fix access to incorrect planes member
Commit 0650a91499e0 ("media: mtk-vcodec: Correct return type for mem2mem buffer helpers") fixed the return types for mem2mem buffer helper functions by changing a few local variables from vb2_buffer to vb2_v4l2_buffer. However, it left a few accesses to vb2_buffer::planes as-is, accidentally turning them into accesses to vb2_v4l2_buffer::planes and resulting in values being read from/written to the wrong place. Fix this by inserting vb2_buf into these accesses so they mimic their original behavior. Fixes: 0650a91499e0 ("media: mtk-vcodec: Correct return type for mem2mem buffer helpers") Signed-off-by: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'arch/mips/pci')
0 files changed, 0 insertions, 0 deletions