Re: [PATCH] backlight: ili922x: remove redundant variable len

2017-11-08 Thread Lee Jones
On Sun, 05 Nov 2017, Colin King wrote: > From: Colin Ian King > > The variable len is assigned but never read, therefore it is redundant > and can be removed. Cleans up clang warning: > > drivers/video/backlight/ili922x.c:276:2: warning: Value stored to 'len' > is never read > > Signed-off-by:

Re: [PATCH] backlight: ili922x: remove redundant variable len

2017-11-06 Thread Daniel Thompson
On 05/11/17 11:53, Colin King wrote: From: Colin Ian King The variable len is assigned but never read, therefore it is redundant and can be removed. Cleans up clang warning: drivers/video/backlight/ili922x.c:276:2: warning: Value stored to 'len' is never read Signed-off-by: Colin Ian King

Re: [PATCH] backlight: ili922x: remove redundant variable len

2017-11-05 Thread Jingoo Han
On Sunday, November 5, 2017 6:53 AM, Colin King wrote: > > From: Colin Ian King > > The variable len is assigned but never read, therefore it is redundant > and can be removed. Cleans up clang warning: > > drivers/video/backlight/ili922x.c:276:2: warning: Value stored to 'len' > is never read >

[PATCH] backlight: ili922x: remove redundant variable len

2017-11-05 Thread Colin King
From: Colin Ian King The variable len is assigned but never read, therefore it is redundant and can be removed. Cleans up clang warning: drivers/video/backlight/ili922x.c:276:2: warning: Value stored to 'len' is never read Signed-off-by: Colin Ian King --- drivers/video/backlight/ili922x.c |