Re: [PATCH 01/31] gpu: nouveau: nouveau_led: changing LED_FULL to actual value

2022-01-22 Thread Fabio Estevam
Hi Luiz, On Sat, Jan 22, 2022 at 7:44 AM Luiz Sampaio wrote: > > The enum led_brightness, which contains the declaration of LED_OFF, > LED_ON, LED_HALF and LED_FULL is obsolete, as the led class now supports > max_brightness. Your Signed-off-by tag is missing. Please run ./scripts/checkpatch.pl

[PATCH 01/31] gpu: nouveau: nouveau_led: changing LED_FULL to actual value

2022-01-22 Thread Luiz Sampaio
The enum led_brightness, which contains the declaration of LED_OFF, LED_ON, LED_HALF and LED_FULL is obsolete, as the led class now supports max_brightness. --- drivers/gpu/drm/nouveau/nouveau_led.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nou