diff options
| author | Geordan Neukum <[email protected]> | 2019-05-26 01:18:29 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-05-30 14:04:26 -0700 |
| commit | c5164e568cd75b70382103b108b5bc0d74e0617c (patch) | |
| tree | 41dffd3f173dd0e16ec1c58102b2bd7e4ff3c0b7 /tools/perf/scripts/python | |
| parent | 935d47e209cc5e7e93bcf789a22ddbe6fc67864d (diff) | |
staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shifting
The FEATURES_* symbols use bit shifting of the style (1 << k) in order
to assign a certain meaning to the value of inividual bits being set
in the value of a given variable. Instead, use the BIT() macro in
order to improve readability and maintain consistency with the rest
of the kernel.
Signed-off-by: Geordan Neukum <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions