diff options
| author | Shraddha Barke <[email protected]> | 2015-09-10 22:00:29 +0530 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2015-09-23 20:23:20 +0100 |
| commit | afc7da6e486c04244766da9fe2574d972125a602 (patch) | |
| tree | 2197c3bf99bf5e1f0aea1ee9ae489c76a265a88f /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 01b721536b4128c1e17c596650198bfc36ad8c6c (diff) | |
Staging: iio: addac: Prefer using the BIT macro
This patch replaces bit shifting on 1 with the BIT(x) macro.
This was done with coccinelle:
@@ int g; @@
-(1 << g)
+BIT(g)
Signed-off-by: Shraddha Barke <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions