Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-21 Thread Jonathan Cameron
On Wed, 18 Apr 2018 10:39:48 +0100 Jonathan Cameron wrote: > On Mon, 16 Apr 2018 11:47:05 -0300 > Hernán Gonzalez wrote: > > > On Sun, Apr 15, 2018 at 12:05 PM, Jonathan Cameron > > wrote: > > > On Fri, 13 Apr 2018

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-21 Thread Jonathan Cameron
On Wed, 18 Apr 2018 10:39:48 +0100 Jonathan Cameron wrote: > On Mon, 16 Apr 2018 11:47:05 -0300 > Hernán Gonzalez wrote: > > > On Sun, Apr 15, 2018 at 12:05 PM, Jonathan Cameron > > wrote: > > > On Fri, 13 Apr 2018 13:36:40 -0300 > > > Hernán Gonzalez wrote: > > > > > >> Also remove

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-18 Thread Jonathan Cameron
On Mon, 16 Apr 2018 11:47:05 -0300 Hernán Gonzalez wrote: > On Sun, Apr 15, 2018 at 12:05 PM, Jonathan Cameron wrote: > > On Fri, 13 Apr 2018 13:36:40 -0300 > > Hernán Gonzalez wrote: > > > >> Also remove unnecessary

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-18 Thread Jonathan Cameron
On Mon, 16 Apr 2018 11:47:05 -0300 Hernán Gonzalez wrote: > On Sun, Apr 15, 2018 at 12:05 PM, Jonathan Cameron wrote: > > On Fri, 13 Apr 2018 13:36:40 -0300 > > Hernán Gonzalez wrote: > > > >> Also remove unnecessary parenthesis > > I am probably missing something. I'm not sure what you

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-16 Thread Hernán Gonzalez
On Sun, Apr 15, 2018 at 12:05 PM, Jonathan Cameron wrote: > On Fri, 13 Apr 2018 13:36:40 -0300 > Hernán Gonzalez wrote: > >> Also remove unnecessary parenthesis > I am probably missing something. I'm not sure what you mean > by fix bound checking?

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-16 Thread Hernán Gonzalez
On Sun, Apr 15, 2018 at 12:05 PM, Jonathan Cameron wrote: > On Fri, 13 Apr 2018 13:36:40 -0300 > Hernán Gonzalez wrote: > >> Also remove unnecessary parenthesis > I am probably missing something. I'm not sure what you mean > by fix bound checking? There are superfluous brackets, but > I don't

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-15 Thread Jonathan Cameron
On Fri, 13 Apr 2018 13:36:40 -0300 Hernán Gonzalez wrote: > Also remove unnecessary parenthesis I am probably missing something. I'm not sure what you mean by fix bound checking? There are superfluous brackets, but I don't see any functional change to indicate

Re: [PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-15 Thread Jonathan Cameron
On Fri, 13 Apr 2018 13:36:40 -0300 Hernán Gonzalez wrote: > Also remove unnecessary parenthesis I am probably missing something. I'm not sure what you mean by fix bound checking? There are superfluous brackets, but I don't see any functional change to indicate there was anything wrong with

[PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-13 Thread Hernán Gonzalez
Also remove unnecessary parenthesis Signed-off-by: Hernán Gonzalez --- drivers/staging/iio/cdc/ad7746.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c index 516aa93..d793785

[PATCH v2 03/14] staging: iio: ad7746: Fix bound checkings

2018-04-13 Thread Hernán Gonzalez
Also remove unnecessary parenthesis Signed-off-by: Hernán Gonzalez --- drivers/staging/iio/cdc/ad7746.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c index 516aa93..d793785 100644 ---