This patch replaces bit shifting on 1 with the BIT(x) macro. This was done with coccinelle: @@ constant c; @@ -1 << c +BIT(c) Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |
||
---|---|---|
.. | ||
bcm2048 | ||
cxd2099 | ||
davinci_vpfe | ||
lirc | ||
omap4iss | ||
platform/bcm2835 | ||
Kconfig | ||
Makefile |