RE: [PATCH v3 1/4] vb2: split the io_flags member of vb2_queue into a bit field

2015-02-19 Thread Kamil Debski
Hi, Thank you for the review! > From: Hans Verkuil [mailto:hverk...@xs4all.nl] > Sent: Thursday, February 19, 2015 11:41 AM > > On 02/19/15 11:11, Kamil Debski wrote: > > This patch splits the io_flags member of vb2_queue into a bit field. > > Instead of an enum with flags separate bit fields we

Re: [PATCH v3 1/4] vb2: split the io_flags member of vb2_queue into a bit field

2015-02-19 Thread Hans Verkuil
On 02/19/15 11:11, Kamil Debski wrote: > 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 > --- > drivers/media/v4l2-core/videobuf2-core.c | 15 +-- > include/me

[PATCH v3 1/4] vb2: split the io_flags member of vb2_queue into a bit field

2015-02-19 Thread Kamil Debski
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 --- drivers/media/v4l2-core/videobuf2-core.c | 15 +-- include/media/videobuf2-core.h | 16 ---