Arushi Singhal f42292040d media: staging: media: davinci_vpfe: Replace a bit shift
This patch replaces bit shifting on 1 with the BIT(x) macro.
This was done with coccinelle:
@@
constant c;
@@

-1 << c
+BIT(c)

[mchehab+samsung@kernel.org: rebase on the top of upstream]
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-05-29 16:39:52 -04:00
..
2019-05-28 11:21:51 -04:00
2019-05-28 11:21:51 -04:00
2019-05-28 11:21:51 -04:00
2019-05-28 11:21:51 -04:00
2019-05-28 11:21:51 -04:00
2019-05-28 11:21:51 -04:00
2019-05-28 11:21:51 -04:00
2019-05-08 21:35:19 -07:00
2019-05-28 11:21:51 -04:00
2018-11-23 05:42:49 -05:00