commit | 2120961f0cd71837e889a84e93dc54b647400c4e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Sep 28 09:51:42 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 18 10:41:45 2017 -0500 |
tree | d8ed3ff497eee143d26ac32e5dea3fa667f5f88e | |
parent | 716b87647fb3b685d93eb55e244845248649db69 [diff] |
media: v4l2-mediabus: use BIT() macro for flags Instead of using (1 << n) for bits, use the BIT() macro, as it makes a difference from documentation point of view. Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>