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/adxrs450.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/gyro/adxrs450.c b/drivers/iio/gyro/adxrs450.c > index 6dab299..c1f40ef 100644 > --- a/drivers/iio/gyro/adxrs450.c > +++ b/drivers/iio/gyro/adxrs450.c > @@ -354,7 +354,6 @@ static int adxrs450_read_raw(struct iio_dev *indio_dev, > default: > return -EINVAL; > } > - break; > case IIO_CHAN_INFO_QUADRATURE_CORRECTION_RAW: > ret = adxrs450_spi_read_reg_16(indio_dev, ADXRS450_QUAD1, &t); > if (ret) > -- 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