On 09/11/13 11:20, Sachin Kamat wrote: > 'break' after return is redundant. Remove it. > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> Applied to the togreg branch of iio.git > --- > drivers/iio/gyro/adis16260.c | 1 - > 1 file changed, 1 deletion(-) > > 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; > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html