[media] vb2: split the io_flags member of vb2_queue into a bit field
authorKamil Debski <k.debski@samsung.com>
Mon, 23 Feb 2015 12:26:16 +0000 (09:26 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 10 Apr 2015 12:44:38 +0000 (09:44 -0300)
commit06e7a9b638467fddf8f62ca9f07adc7754319461
tree97d1e05d23d9b181ff5ec032ee501bef3756f466
parentbe8e58d93fba531b12ef2fce4fb33c9c5fb5b69f
[media] vb2: split the io_flags member of vb2_queue into a bit field

This patch splits the io_flags member of vb2_queue into a bit field.
Instead of an enum with flags separate bit fields were introduced.

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