Re: [PATCH 3/3] iio: adc: hx711: remove unnecessary returns

2019-09-09 Thread Joe Perches
On Sat, 2019-09-07 at 12:18 +0200, Andreas Klinger wrote: > Optimize use of return in hx711_set_gain_for_channel(). I believe this change is not an optimization but this change does make the code harder to read. > diff --git a/drivers/iio/adc/hx711.c b/drivers/iio/adc/hx711.c [] > @@ -213,7 +213,

[PATCH 3/3] iio: adc: hx711: remove unnecessary returns

2019-09-07 Thread Andreas Klinger
Optimize use of return in hx711_set_gain_for_channel(). Signed-off-by: Andreas Klinger --- drivers/iio/adc/hx711.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/iio/adc/hx711.c b/drivers/iio/adc/hx711.c index c8686558429b..20c249f502c0 100644 --- a/drivers/i