diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2015-10-16 22:11:36 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 23:05:17 -0700 |
| commit | 79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25 (patch) | |
| tree | 4c55c24510b0080d98547de6c1e8c4b2892d8803 /tools/perf/scripts/python/compaction-times.py | |
| parent | 779fcc8410757386bac35ddf4ba026943f2f24f3 (diff) | |
staging: panel: 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/compaction-times.py')
0 files changed, 0 insertions, 0 deletions