Re: [PATCHv2 1/3] vb2: replace bool by bitfield in vb2_buffer

2019-02-13 Thread Paul Kocialkowski
Hi, On Mon, 2019-02-04 at 11:11 +0100, hverkuil-ci...@xs4all.nl wrote: > From: Hans Verkuil > > The bool type is not recommended for use in structs, so replace these > by bitfields. > > Signed-off-by: Hans Verkuil Reviewed-by: Paul Kocialkowski Cheers, Paul > --- > drivers/media/common/v

[PATCHv2 1/3] vb2: replace bool by bitfield in vb2_buffer

2019-02-04 Thread hverkuil-cisco
From: Hans Verkuil The bool type is not recommended for use in structs, so replace these by bitfields. Signed-off-by: Hans Verkuil --- drivers/media/common/videobuf2/videobuf2-core.c | 12 ++-- include/media/videobuf2-core.h | 4 ++-- 2 files changed, 8 insertions(+),