commit | 2ed9201bdd9a8e462d768a838fb2bc944c6887a4 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Jan 26 12:27:25 2012 +0100 |
committer | Sumit Semwal <sumit.semwal@ti.com> | Mon Mar 19 15:42:15 2012 +0530 |
tree | b205a540211ba7461c82c641c0131e39b11818e3 | |
parent | a9fbc3b73127efba9276e172daa8d122f0fac1a8 [diff] |
dma-buf: Move code out of mutex-protected section in dma_buf_attach() 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>