[media] s5p-jpeg: Remove unneeded struct vb2_queue clear on queue_init()
authorEzequiel García <elezegarcia@gmail.com>
Thu, 23 Aug 2012 12:08:30 +0000 (09:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 15 Sep 2012 14:48:23 +0000 (11:48 -0300)
commitdc6341c4a49d6c146d2811b1a823ec1659767c6c
tree0077ed2bf9a0051c42c4419affe3c98f3c2cc246
parent73dad42e68ae580cdf0a5c5bd5347027e0881194
[media] s5p-jpeg: 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.

Cc: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-jpeg/jpeg-core.c