Re: [PATCH 1/8] backlight: lms501kf03: Remove unused const variables

2020-06-25 Thread Daniel Thompson
On Wed, Jun 24, 2020 at 03:57:14PM +0100, Lee Jones wrote: > W=1 kernel build reports: > > drivers/video/backlight/lms501kf03.c:96:28: warning: ‘seq_sleep_in’ defined > but not used [-Wunused-const-variable=] > 96 | static const unsigned char seq_sleep_in[] = { > | ^~~~ > drivers/vide

[PATCH 1/8] backlight: lms501kf03: Remove unused const variables

2020-06-24 Thread Lee Jones
W=1 kernel build reports: drivers/video/backlight/lms501kf03.c:96:28: warning: ‘seq_sleep_in’ defined but not used [-Wunused-const-variable=] 96 | static const unsigned char seq_sleep_in[] = { | ^~~~ drivers/video/backlight/lms501kf03.c:92:28: warning: ‘seq_up_dn’ defined but not use