aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adis16260.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-11 06:20:00 -0400
committerJonathan Cameron <jic23@kernel.org>2013-09-14 06:37:00 -0400
commit356e9fa4e59afe0a63bcd519504ed3f64b83ab24 (patch)
treee0ecc1b780a67add2d41383edf85aa671d72b720 /drivers/iio/gyro/adis16260.c
parent3c533efca084527b4c91fbc43b963828c9410104 (diff)
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/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;