projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c533ef
)
iio: gyro: adis16260: Remove redundant break
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 11 Sep 2013 10:20:00 +0000
(11:20 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Sat, 14 Sep 2013 10:37:00 +0000
(11:37 +0100)
'break' after return is redundant. Remove it.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/gyro/adis16260.c
patch
|
blob
|
history
diff --git
a/drivers/iio/gyro/adis16260.c
b/drivers/iio/gyro/adis16260.c
index
0654116
..
22b6fb8
100644
(file)
--- 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;