From: Lars-Peter Clausen Date: Mon, 10 Jun 2013 14:00:00 +0000 (+0100) Subject: staging:iio:adis16130: Fix sample reading X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~165^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19155762f189b3f3e46a9284752857989eb2c7e2;p=pandora-kernel.git staging:iio:adis16130: Fix sample reading The driver first does a proper read of the data register, but right after that it does a spi_read, which will overwrite the initial result. It looks as if the extra spi_read was accidentally introduced in commit a5e7363ca ("staging:iio:gyro:adis16130 drop control of adc resolution."), quite likely due to a bad rebase. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed