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
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(+),