Re: [PATCH v4 06/14] v4l: vb2-dma-contig: Remove unneeded allocation context structure

2012-04-16 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 13 April 2012 17:47:48 Tomasz Stanislawski wrote: > vb2-dma-contig returns a vb2_dc_conf structure instance as the vb2 > allocation context. That structure only stores a pointer to the physical > device. Remove it and use the device pointer directly as t

[PATCH v4 06/14] v4l: vb2-dma-contig: Remove unneeded allocation context structure

2012-04-13 Thread Tomasz Stanislawski
vb2-dma-contig returns a vb2_dc_conf structure instance as the vb2 allocation context. That structure only stores a pointer to the physical device. Remove it and use the device pointer directly as the allocation context. Signed-off-by: Tomasz Stanislawski --- drivers/media/video/videobuf2-dma-co