commit | 0ab61196e5b6d73ef5bb058a323d3ac7309cdc62 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Sun Jul 15 03:00:33 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Sep 13 17:42:14 2012 -0300 |
tree | f0248ca29a112b73a0239d3990e1d73a018c4f85 | |
parent | 1f71927ed51e9125eb7a3d4aed54f68dd41f2c34 [diff] |
[media] pwc: Use vb2 queue mutex through a single name This lock was being taken using two different names (pointers) in the same function. Both names refer to the same lock, so this wasn't an error; but it looked very strange. Cc: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>