Re: [PATCHv4 4/8] Fix braces not present on all arms of if else statement

2016-12-30 Thread Jonathan Cameron
On 30/12/16 18:46, Jonathan Cameron wrote: > On 25/12/16 19:56, Scott Matheina wrote: >> Adds braces to second arm of if else statement. >> >> Signed-off-by: Scott Matheina > This patch is actually correct so applied to the togreg branch of iio.git. Ah, patch title could be better. Should mention

Re: [PATCHv4 4/8] Fix braces not present on all arms of if else statement

2016-12-30 Thread Jonathan Cameron
On 25/12/16 19:56, Scott Matheina wrote: > Adds braces to second arm of if else statement. > > Signed-off-by: Scott Matheina This patch is actually correct so applied to the togreg branch of iio.git. Thanks, Jonathan > --- > drivers/staging/iio/addac/adt7316.c | 3 ++- > 1 file changed, 2 inse

[PATCHv4 4/8] Fix braces not present on all arms of if else statement

2016-12-25 Thread Scott Matheina
Adds braces to second arm of if else statement. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index 2b584a0..e78d302 100644 ---

[PATCHv4 4/8] Fix braces not present on all arms of if else statement

2016-12-25 Thread Scott Matheina
Adds braces to second arm of if else statement. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index 2b584a0..e78d302 100644 ---