diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-16 22:13:29 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:05:17 -0700 |
| commit | a8a211c481f806c20d56ddb7b0f8533813e936d0 (patch) | |
| tree | 6ae7fbe4fe23b2e4aab4b5d449578a730f7ceca8 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 574dddc6d73eedb3177c8db4f61fa7cebcabb128 (diff) | |
staging: vt6655: Prefer using BIT Macro
Replace bit shifting on 1 with the BIT(x) Macro
The semantic patch used to find this is:
@@ int g; @@
-(1 << g)
+BIT(g)
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions