Re: [PATCH] video: backlight: pwm_bl.c: make of_device_id structure to const

2017-07-06 Thread Thierry Reding
On Wed, Jul 05, 2017 at 11:55:09PM +0800, Lynn Lei wrote: > Fixed a of_device_id structure normally be const warning issue which > checked by scripts/checkpatch.pl: > WARNING: struct of_device_id should normally be const > > Signed-off-by: Lynn Lei > --- > drivers/video/backlight/pwm_bl.c | 2

[PATCH] video: backlight: pwm_bl.c: make of_device_id structure to const

2017-07-05 Thread Lynn Lei
Fixed a of_device_id structure normally be const warning issue which checked by scripts/checkpatch.pl: WARNING: struct of_device_id should normally be const Signed-off-by: Lynn Lei --- drivers/video/backlight/pwm_bl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/