diff options
| author | Jakob Hauser <[email protected]> | 2022-08-12 23:54:07 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2022-08-15 22:30:03 +0100 |
| commit | 4efdfbc16cceffbcb29e53a5be55d83a4c76a9c0 (patch) | |
| tree | fdcc3cfee45b27a019dc7376845600a4b175fffd /tools/perf/scripts/python/futex-contention.py | |
| parent | e137fafc8985cf152a4bb6f18ae83ebb06816df1 (diff) | |
iio: magnetometer: yas530: Change range of data in volatile register
In function yas5xx_volatile_reg(), register "YAS5XX_MEASURE_DATA + 8" shouldn't
be volatile as we count from 0 to 7 here.
Instead of lowering the number from 8 to 7, the operator "<=" is replaced by
"<". The size of the measure data array is 8, therefore it's more natural to
use 8 as a constant.
This change is of low importance as the "+ 8" register isn't called.
Signed-off-by: Jakob Hauser <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/dabba10feb80171350525ac874f944076c46e084.1660337264.git.jahau@rocketmail.com
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions