git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0fe39
)
[media] em28xx-video: Swap release order to avoid lock nesting
author
Ricardo Ribalda
<ricardo.ribalda@gmail.com>
Wed, 6 Nov 2013 08:39:35 +0000
(
05:39
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Fri, 29 Nov 2013 16:45:19 +0000
(14:45 -0200)
vb2_fop_release might take the video queue mutex lock.
In order to avoid nesting mutexes the private mutex is taken after the
fop_release has finished.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found