From: Ezequiel GarcĂ­a Date: Thu, 23 Aug 2012 12:08:26 +0000 (-0300) Subject: [media] coda: Remove unneeded struct vb2_queue clear on queue_init() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb857424f0ed49b1f6b47b33459f0039d29ed6b;p=pandora-kernel.git [media] coda: Remove unneeded struct vb2_queue clear on queue_init() 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. Signed-off-by: Ezequiel Garcia Acked-by: Javier Martin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed