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
> ---
>
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