diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2021-03-05 09:23:54 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-04-15 13:23:26 +0200 |
commit | 0b276e470a4d43e1365d3eb53c608a3d208cabd4 (patch) | |
tree | 4ccac562768bca7cc0ccc9ad63a995f202f7f134 /lib | |
parent | ac746729178bd7c08bb7e5242df92bd01593a732 (diff) | |
download | linux-stable-0b276e470a4d43e1365d3eb53c608a3d208cabd4.tar.gz linux-stable-0b276e470a4d43e1365d3eb53c608a3d208cabd4.tar.bz2 linux-stable-0b276e470a4d43e1365d3eb53c608a3d208cabd4.zip |
media: coda: fix macroblocks count control usage
Commit b2d3bef1aa78 ("media: coda: Add a V4L2 user for control error
macroblocks count") add the control for the decoder devices. But
during streamon() this ioctl gets called for all (encoder and decoder)
devices and on encoder devices this causes a null pointer exception.
Fix this by setting the control only if it is really accessible.
Fixes: b2d3bef1aa78 ("media: coda: Add a V4L2 user for control error macroblocks count")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Cc: <stable@vger.kernel.org>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions