commit | 542a522d32efb613cfc929bdbf2c4160359167f9 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel@collabora.com> | Thu Oct 18 14:02:21 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Nov 23 06:36:00 2018 -0500 |
tree | c7ef6159028d4cf3755e10262a57e56df6df3342 | |
parent | 913f3ec280abddc111a49287a59b658b6b181c4c [diff] |
media: v4l2-ioctl.c: Simplify locking for m2m devices Now that the mutexes for output and capture vb2 queues match, it is possible to refer to the context q_lock as the m2m lock for a given m2m context. Remove the output/capture lock selection. Signed-off-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>