Re: [PATCH 03/24] media: v4l2-mediabus: use BIT() macro for flags

2017-10-09 Thread Sakari Ailus
On Mon, Oct 09, 2017 at 07:19:09AM -0300, Mauro Carvalho Chehab wrote: > Instead of using (1 << n) for bits, use the BIT() macro, > as it makes them better documented. I wouldn't say this makes a difference from documentation point of view. Anyway, Acked-by: Sakari Ailus > > Signed-off-by: Ma

[PATCH 03/24] media: v4l2-mediabus: use BIT() macro for flags

2017-10-09 Thread Mauro Carvalho Chehab
Instead of using (1 << n) for bits, use the BIT() macro, as it makes them better documented. Signed-off-by: Mauro Carvalho Chehab --- include/media/v4l2-mediabus.h | 50 ++- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/include/media/v4l2