Re: [RFCv2 PATCH 1/9] v4l: vb2: fixes for DMABUF support

2012-03-20 Thread Semwal, Sumit
On Tue, Mar 6, 2012 at 5:08 PM, Tomasz Stanislawski wrote: > This patch contains fixes to DMABUF support in vb2-core. > - fixes number of arguments of call_memop macro > - fixes setup of plane length > - fixes handling of error pointers > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyun

[RFCv2 PATCH 1/9] v4l: vb2: fixes for DMABUF support

2012-03-06 Thread Tomasz Stanislawski
This patch contains fixes to DMABUF support in vb2-core. - fixes number of arguments of call_memop macro - fixes setup of plane length - fixes handling of error pointers Signed-off-by: Tomasz Stanislawski Signed-off-by: Kyungmin Park --- drivers/media/video/videobuf2-core.c | 24 +++--