Re: [PATCH v4 17/26] staging: iio: tsl2583: remove unnecessary parentheses

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > in_illuminance_lux_table_store() contains some unnecessary parentheses. > This patch removes them since they provide no value. > > Signed-off-by: Brian Masney Applied. > --- > drivers/staging/iio/light/tsl2583.c | 4 ++-- > 1 file

Re: [PATCH v4 17/26] staging: iio: tsl2583: remove unnecessary parentheses

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > in_illuminance_lux_table_store() contains some unnecessary parentheses. > This patch removes them since they provide no value. > > Signed-off-by: Brian Masney Applied. > --- > drivers/staging/iio/light/tsl2583.c | 4 ++-- > 1 file changed, 2

[PATCH v4 17/26] staging: iio: tsl2583: remove unnecessary parentheses

2016-11-12 Thread Brian Masney
in_illuminance_lux_table_store() contains some unnecessary parentheses. This patch removes them since they provide no value. Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH v4 17/26] staging: iio: tsl2583: remove unnecessary parentheses

2016-11-12 Thread Brian Masney
in_illuminance_lux_table_store() contains some unnecessary parentheses. This patch removes them since they provide no value. Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git