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/dac/ad5686.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/dac/ad5686.c b/drivers/iio/dac/ad5686.c > index 57825ea..3e1080f 100644 > --- a/drivers/iio/dac/ad5686.c > +++ b/drivers/iio/dac/ad5686.c > @@ -213,7 +213,6 @@ static int ad5686_read_raw(struct iio_dev *indio_dev, > return ret; > *val = ret; > return IIO_VAL_INT; > - break; > case IIO_CHAN_INFO_SCALE: > scale_uv = (st->vref_mv * 100000) > >> (chan->scan_type.realbits); > -- 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