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:
4a62361
)
[media] v4l: omap4iss: Move code out of mutex-protected section
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Mon, 4 Nov 2013 09:52:10 +0000
(06:52 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 3 Dec 2013 19:55:32 +0000
(17:55 -0200)
The pad::get_fmt call must be protected by a mutex, but preparing its
arguments doesn't need to be. Move the non-critical code out of the
mutex-protected section.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found