diff options
| author | Nicola Corna <[email protected]> | 2015-08-23 23:06:19 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2015-08-24 19:41:16 +0100 |
| commit | ecf7e207a55d8760734a9de5fba1a974628b92e5 (patch) | |
| tree | 1403fc200aa6d632046dcdd717a68ae45282ecc2 /tools/perf/scripts/python/netdev-times.py | |
| parent | ab6ff6c6ca1b4739b2af07501bc333b85d7381d8 (diff) | |
iio: humidity: si7020: replaced bitmask on humidity values with range check
The maximum possible value for the relative humidity is 55575 (100%RH).
This value, if shifted right by 2 bits, uses 14 bits and masking it with
a 12 bit mask removes 2 meaningful bits.
The masking has been replaced with a range check that sets the minimum
value at 786 (0%RH) and the maximum at 13893 (99.998%RH).
Signed-off-by: Nicola Corna <[email protected]>
Reviewed-by: Hartmut Knaack <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions