Re: [PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-08 Thread Joonyoung Shim
On 07/05/2013 06:46 PM, Laurent Pinchart wrote: Hi Joonyoung, Thank you for the patch. On Friday 05 July 2013 15:32:35 Joonyoung Shim wrote: From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed by commit 011c228. This patch solves it. Please add a "Cc:sta...@vger.kernel.or

Re: [PATCH] drm: cma: fix refcounting on the dmabuf import error path

2013-07-05 Thread Laurent Pinchart
Hi Joonyoung, Thank you for the patch. On Friday 05 July 2013 15:32:35 Joonyoung Shim wrote: > From drm gem CMA helper, it wasn't fixed dma_buf refcount problem fixed > by commit 011c228. This patch solves it. Please add a "Cc:sta...@vger.kernel.org" here. > Signed-off-by: Joonyoung Shim Acke