]> www.infradead.org Git - users/dwmw2/linux.git/commit
iio: 104-quad-8: Fix off-by-one error in register selection
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Thu, 24 May 2018 20:37:46 +0000 (16:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Oct 2018 23:59:16 +0000 (16:59 -0700)
commit70b914929ad741cc27c0236819ca0d36badcb1fe
tree620c40eed3a634aea185bbe07ed80a5f134cf35a
parentb6b75c81c31abf2353829e1c68c9157baab60657
iio: 104-quad-8: Fix off-by-one error in register selection

[ Upstream commit 2873c3f0e2bd12a7612e905c920c058855f4072a ]

The reset flags operation is selected by bit 2 in the "Reset and Load
Signals Decoders" register, not bit 1.

Fixes: 28e5d3bb0325 ("iio: 104-quad-8: Add IIO support for the ACCES 104-QUAD-8")
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/counter/104-quad-8.c