diff options
| author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-16 22:13:29 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-16 23:05:17 -0700 |
| commit | a8a211c481f806c20d56ddb7b0f8533813e936d0 (patch) | |
| tree | 6ae7fbe4fe23b2e4aab4b5d449578a730f7ceca8 /tools/perf/scripts/python | |
| parent | 574dddc6d73eedb3177c8db4f61fa7cebcabb128 (diff) | |
| download | linux-a8a211c481f806c20d56ddb7b0f8533813e936d0.tar.gz linux-a8a211c481f806c20d56ddb7b0f8533813e936d0.zip | |
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 <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
