Re: [PATCH v4 10/26] staging: iio: tsl2583: fix comparison between signed and unsigned integers

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > Fixed warning found by make W=2: > > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > Signed-off-by: Brian Masney Applied. > --- > drivers/staging/iio/light/tsl2583.c | 7 --- > 1 file

Re: [PATCH v4 10/26] staging: iio: tsl2583: fix comparison between signed and unsigned integers

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > Fixed warning found by make W=2: > > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > Signed-off-by: Brian Masney Applied. > --- > drivers/staging/iio/light/tsl2583.c | 7 --- > 1 file changed, 4

[PATCH v4 10/26] staging: iio: tsl2583: fix comparison between signed and unsigned integers

2016-11-12 Thread Brian Masney
Fixed warning found by make W=2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH v4 10/26] staging: iio: tsl2583: fix comparison between signed and unsigned integers

2016-11-12 Thread Brian Masney
Fixed warning found by make W=2: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git