Re: [PATCH 5/5] iio:potentiostat:lmp91000: add '\n' on dev_err

2019-03-03 Thread Jonathan Cameron
On Tue, 26 Feb 2019 17:15:52 -0300 Lucas Oshiro wrote: > Thanks for the review! > > On 20/02/2019 19:22, Joe Perches wrote: > > On Wed, 2019-02-20 at 09:49 +, Jonathan Cameron wrote: > >> On Mon, 18 Feb 2019 13:01:23 -0800 Joe Perches wrote: > >>> On Mon, 2019-02-18 at 14:22 -0300, Luca

Re: [PATCH 5/5] iio:potentiostat:lmp91000: add '\n' on dev_err

2019-02-26 Thread Lucas Oshiro
Thanks for the review! On 20/02/2019 19:22, Joe Perches wrote: On Wed, 2019-02-20 at 09:49 +, Jonathan Cameron wrote: On Mon, 18 Feb 2019 13:01:23 -0800 Joe Perches wrote: On Mon, 2019-02-18 at 14:22 -0300, Lucas Oshiro wrote: Add missing '\n' at the end of dev_err message on line 215.

Re: [PATCH 5/5] iio:potentiostat:lmp91000: add '\n' on dev_err

2019-02-20 Thread Joe Perches
On Wed, 2019-02-20 at 09:49 +, Jonathan Cameron wrote: > On Mon, 18 Feb 2019 13:01:23 -0800 Joe Perches wrote: > > On Mon, 2019-02-18 at 14:22 -0300, Lucas Oshiro wrote: > > > Add missing '\n' at the end of dev_err message on line 215. > > [] > > > diff --git a/drivers/iio/potentiostat/lmp91

Re: [PATCH 5/5] iio:potentiostat:lmp91000: add '\n' on dev_err

2019-02-20 Thread Jonathan Cameron
On Mon, 18 Feb 2019 13:01:23 -0800 Joe Perches wrote: > On Mon, 2019-02-18 at 14:22 -0300, Lucas Oshiro wrote: > > Add missing '\n' at the end of dev_err message on line 215. > [] > > diff --git a/drivers/iio/potentiostat/lmp91000.c > > b/drivers/iio/potentiostat/lmp91000.c > [] > > @@ -212,

Re: [PATCH 5/5] iio:potentiostat:lmp91000: add '\n' on dev_err

2019-02-18 Thread Joe Perches
On Mon, 2019-02-18 at 14:22 -0300, Lucas Oshiro wrote: > Add missing '\n' at the end of dev_err message on line 215. [] > diff --git a/drivers/iio/potentiostat/lmp91000.c > b/drivers/iio/potentiostat/lmp91000.c [] > @@ -212,7 +212,7 @@ static int lmp91000_read_config(struct lmp91000_data > *data)