commit | 655048a0b98bc6288ce87cb95a18bf4cada6c1a9 | [log] [tgz] |
---|---|---|
author | Matt Ranostay <mranostay@gmail.com> | Thu Mar 17 20:48:07 2016 -0700 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Mar 20 10:33:33 2016 +0000 |
tree | 6e9f3565de467144a6ebd56548521ef31251a50d | |
parent | 5c913eb92eb1143806dd295cd2f29e48c00c93fd [diff] |
iio: light: apds9960: correct FIFO check condition Correct issue that the last entry in FIFO was being read twice due to an incorrect decrement of entry count variable before condition check. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>