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:
a9fbc3b
)
dma-buf: Move code out of mutex-protected section in dma_buf_attach()
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Thu, 26 Jan 2012 11:27:25 +0000
(12:27 +0100)
committer
Sumit Semwal
<sumit.semwal@ti.com>
Mon, 19 Mar 2012 10:12:15 +0000
(15:42 +0530)
Some fields can be set without mutex protection. Initialize them before
locking the mutex.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
No differences found