Hi Sumit,
On Friday 27 January 2012 10:49:24 Sumit Semwal wrote:
On 26 January 2012 16:57, Laurent Pinchart wrote:
Hi Sumit,
Hi Laurent,
Here are 4 dma-buf patches that fix small issues.
Thanks; merged to 'dev' branch on git://git.linaro.org/people/sumitsemwal/linux-3.x.git.
Thank you. It would be even nicer if you could push them to mainline at some point :-)
Laurent Pinchart (4): dma-buf: Constify ops argument to dma_buf_export() dma-buf: Remove unneeded sanity checks dma-buf: Return error instead of using a goto statement when possible dma-buf: Move code out of mutex-protected section in dma_buf_attach()
drivers/base/dma-buf.c | 26 +++++++++++--------------- include/linux/dma-buf.h | 8 ++++---- 2 files changed, 15 insertions(+), 19 deletions(-)