commit | 73a1d43293069eb19642cf7c110f229846a52213 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <paul.kocialkowski@bootlin.com> | Thu Feb 14 04:44:03 2019 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon Feb 18 15:33:25 2019 -0500 |
tree | 73d12140932f7b835f22e26bd43aaab0ec108276 | |
parent | 9dacde5ed0645a8db2dbfd0951c24b9eed87cc60 [diff] |
media: cedrus: mpeg2: Use v4l2_m2m_get_vq helper for capture queue Since there's a v4l2_m2m_get_vq helper, use it instead of accessing the queue directly, which slightly increases readability. Also reformat the code using the queue a bit while at it. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>