[media] vivi: Remove unneeded struct vb2_queue clearing
authorEzequiel García <elezegarcia@gmail.com>
Thu, 23 Aug 2012 12:08:24 +0000 (09:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 15 Sep 2012 14:41:44 +0000 (11:41 -0300)
struct vb2_queue is allocated through kzalloc as part of a larger struct,
there's no need to clear it.

Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found