mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-26 15:53:14 -05:00
iio: dac: ad5686: 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>
This commit is contained in:
committed by
Jonathan Cameron
parent
52c77c3dcb
commit
540e4dbead
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user