aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2017-03-22 01:26:09 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-18 12:13:11 -0300
commitc762efd323ca5ba9c6dbcf8975cb6f46a27a2fff (patch)
tree0082b53e3b54366577e8c4e3a645649f0d36984b /drivers/media
parent158f0328af86a99d64073851967a02694bff987d (diff)
[media] staging: media: omap4iss: Replace a bit shift by a use of BIT
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>
Diffstat (limited to 'drivers/media')
0 files changed, 0 insertions, 0 deletions