aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adis16260.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/gyro/adis16260.c')
-rw-r--r--drivers/iio/gyro/adis16260.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/gyro/adis16260.c b/drivers/iio/gyro/adis16260.c
index 06541162fc02..22b6fb80fa1a 100644
--- a/drivers/iio/gyro/adis16260.c
+++ b/drivers/iio/gyro/adis16260.c
@@ -239,7 +239,6 @@ static int adis16260_read_raw(struct iio_dev *indio_dev,
239 default: 239 default:
240 return -EINVAL; 240 return -EINVAL;
241 } 241 }
242 break;
243 case IIO_CHAN_INFO_OFFSET: 242 case IIO_CHAN_INFO_OFFSET:
244 *val = 250000 / 1453; /* 25 C = 0x00 */ 243 *val = 250000 / 1453; /* 25 C = 0x00 */
245 return IIO_VAL_INT; 244 return IIO_VAL_INT;