Re: [PATCH 4/5] iio:potentiostat:lmp91000: invert if statement

2019-02-20 Thread Jonathan Cameron
On Mon, 18 Feb 2019 14:22:35 -0300 Lucas Oshiro wrote: > Invert if statement arms in line 214, in order to make the code cleaner > > Signed-off-by: Lucas Oshiro > Signed-off-by: Anderson Reis Given this undoes one of the earlier changes, please merge them. Jonathan > --- >

[PATCH 4/5] iio:potentiostat:lmp91000: invert if statement

2019-02-18 Thread Lucas Oshiro
Invert if statement arms in line 214, in order to make the code cleaner Signed-off-by: Lucas Oshiro Signed-off-by: Anderson Reis --- drivers/iio/potentiostat/lmp91000.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/iio/potentiostat/lmp91000.c