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
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