summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-11 10:20:00 (GMT)
committerJonathan Cameron <jic23@kernel.org>2013-09-14 10:37:00 (GMT)
commit356e9fa4e59afe0a63bcd519504ed3f64b83ab24 (patch)
treee0ecc1b780a67add2d41383edf85aa671d72b720 /drivers/iio/gyro
parent3c533efca084527b4c91fbc43b963828c9410104 (diff)
downloadlinux-356e9fa4e59afe0a63bcd519504ed3f64b83ab24.tar.xz
iio: gyro: adis16260: Remove redundant break
'break' after return is redundant. Remove it. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/gyro')
-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 0654116..22b6fb8 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,
default:
return -EINVAL;
}
- break;
case IIO_CHAN_INFO_OFFSET:
*val = 250000 / 1453; /* 25 C = 0x00 */
return IIO_VAL_INT;