[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 20 Nov 2015 11:25:52 +0000 (09:25 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 18 Dec 2015 16:03:00 +0000 (14:03 -0200)
commit489648afcd309bb84567b59e140d9cdeddecb356
tree651130166f7677aafeeb4031c9bbf06196014868
parent10cc3b1e12964ae71aefefb2c2b61304d2264cac
[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()

Rather than setting up the lengths at the end, set them up when
the vb2_buffer is allocated. This also ensures that buf_init()
sees the right length values.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/videobuf2-core.c