Re: [PATCH 05/10] coda: Remove unneeded struct vb2_queue clear on queue_init()

2012-08-23 Thread javier Martin
On 23 August 2012 15:08, Ezequiel Garcia wrote: > queue_init() is always called by v4l2_m2m_ctx_init(), which allocates > a context struct v4l2_m2m_ctx with kzalloc. > Therefore, there is no need to clear vb2_queue src/dst structs. > > Cc: Javier Martin > Signed-off-by: Ezequiel Garcia > --- >

[PATCH 05/10] coda: Remove unneeded struct vb2_queue clear on queue_init()

2012-08-23 Thread Ezequiel Garcia
queue_init() is always called by v4l2_m2m_ctx_init(), which allocates a context struct v4l2_m2m_ctx with kzalloc. Therefore, there is no need to clear vb2_queue src/dst structs. Cc: Javier Martin Signed-off-by: Ezequiel Garcia --- drivers/media/platform/coda.c |2 -- 1 files changed, 0 inse