aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-11 11:20:00 +0100
committerJonathan Cameron <jic23@kernel.org>2013-09-14 11:37:00 +0100
commit356e9fa4e59afe0a63bcd519504ed3f64b83ab24 (patch)
treee0ecc1b780a67add2d41383edf85aa671d72b720 /drivers/iio/gyro
parentiio: gyro: adis16130: Remove redundant break (diff)
downloadlinux-dev-356e9fa4e59afe0a63bcd519504ed3f64b83ab24.tar.xz
linux-dev-356e9fa4e59afe0a63bcd519504ed3f64b83ab24.zip
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 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,
default:
return -EINVAL;
}
- break;
case IIO_CHAN_INFO_OFFSET:
*val = 250000 / 1453; /* 25 C = 0x00 */
return IIO_VAL_INT;