diff options
author | Arushi Singhal <[email protected]> | 2017-03-22 01:26:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2017-04-18 12:13:11 -0300 |
commit | c762efd323ca5ba9c6dbcf8975cb6f46a27a2fff (patch) | |
tree | 0082b53e3b54366577e8c4e3a645649f0d36984b /scripts/gdb | |
parent | 158f0328af86a99d64073851967a02694bff987d (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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions