]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[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)
commite92347742704342ce1ce88e4a0d46b4d6897c629
treed0b60f2a3e3ee67b1f80ca291d39eecccfd81867
parentc11f187bd00704cb135b33b4ee6c6a6b85d24b0c
[media] vivi: Remove unneeded struct vb2_queue clearing

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>
drivers/media/platform/vivi.c