1
0
Fork 0
remarkable-linux/drivers/iio/health
Matt Ranostay 828f84ee8f iio: health: max30100: fixed parenthesis around FIFO count check
FIFO was being read every sample after the "almost full" state was
reached. This was due to an incorrect placement of the parenthesis
in the while condition check.

Note - the fixes tag is not actually correct, but the fix in this patch
would also be needed for it to function correctly so we'll go with that
one.  Backports should pick up both.

Signed-off-by: Matt Ranostay <matt@ranostay.consulting>
Fixes: b74fccad7 ("iio: health: max30100: correct FIFO check condition")
Cc: Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2017-01-21 14:16:20 +00:00
..
Kconfig iio: health/afe4403: select REGMAP_SPI 2016-02-17 19:31:06 +00:00
Makefile iio: health: Add driver for the TI AFE4403 heart monitor 2016-02-06 21:55:32 +00:00
afe440x.h iio: health/afe440x: Use regmap fields 2016-05-04 11:10:38 +01:00
afe4403.c iio: health: afe4403: retrieve a valid iio_dev in suspend/resume 2017-01-21 13:11:06 +00:00
afe4404.c iio: health: afe4404: retrieve a valid iio_dev in suspend/resume 2017-01-21 13:12:41 +00:00
max30100.c iio: health: max30100: fixed parenthesis around FIFO count check 2017-01-21 14:16:20 +00:00