Re: [PATCH v4 24/26] staging: iio: tsl2583: remove unnecessary variable initialization

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > The ret variable in tsl2583_suspend() and tsl2583_resume() was > initialized to 0. This is not necessary so this patch removes the > initialization. > > Signed-off-by: Brian Masney Applied. > --- >

Re: [PATCH v4 24/26] staging: iio: tsl2583: remove unnecessary variable initialization

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > The ret variable in tsl2583_suspend() and tsl2583_resume() was > initialized to 0. This is not necessary so this patch removes the > initialization. > > Signed-off-by: Brian Masney Applied. > --- > drivers/staging/iio/light/tsl2583.c | 4 ++-- > 1 file

[PATCH v4 24/26] staging: iio: tsl2583: remove unnecessary variable initialization

2016-11-12 Thread Brian Masney
The ret variable in tsl2583_suspend() and tsl2583_resume() was initialized to 0. This is not necessary so this patch removes the initialization. Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH v4 24/26] staging: iio: tsl2583: remove unnecessary variable initialization

2016-11-12 Thread Brian Masney
The ret variable in tsl2583_suspend() and tsl2583_resume() was initialized to 0. This is not necessary so this patch removes the initialization. Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git