diff options
author | Arushi Singhal <arushisinghal19971997@gmail.com> | 2017-03-22 07:26:09 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-18 18:13:11 +0300 |
commit | c762efd323ca5ba9c6dbcf8975cb6f46a27a2fff (patch) | |
tree | 0082b53e3b54366577e8c4e3a645649f0d36984b /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 158f0328af86a99d64073851967a02694bff987d (diff) | |
download | linux-c762efd323ca5ba9c6dbcf8975cb6f46a27a2fff.tar.xz |
[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 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions