commit | adfa969850ae93beca57f7527f0e4dc10cbe1309 | [log] [tgz] |
---|---|---|
author | JM Friedt <jmfriedt@femto-st.fr> | Fri Jun 19 14:48:06 2015 +0200 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Jun 21 14:03:28 2015 +0100 |
tree | 01122863c0ec44fd03145cc4f13223c57f50f982 | |
parent | fd1883f07cb434707e50c4c9a16e3ed4b3a5e74f [diff] |
iio: DAC: ad5624r_spi: fix bit shift of output data value The value sent on the SPI bus is shifted by an erroneous number of bits. The shift value was already computed in the iio_chan_spec structure and hence subtracting this argument to 16 yields an erroneous data position in the SPI stream. Signed-off-by: JM Friedt <jmfriedt@femto-st.fr> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>