Re: [PATCH v2 05/17] backlight: gpio-backlight: Use backlight power constants

2024-06-26 Thread Linus Walleij
On Mon, Jun 24, 2024 at 5:20 PM Thomas Zimmermann wrote: > Replace FB_BLANK_ constants with their counterparts from the > backlight subsystem. The values are identical, so there's no > change in functionality. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Linus Walleij Yours, Linus Wallei

[PATCH v2 05/17] backlight: gpio-backlight: Use backlight power constants

2024-06-24 Thread Thomas Zimmermann
Replace FB_BLANK_ constants with their counterparts from the backlight subsystem. The values are identical, so there's no change in functionality. Signed-off-by: Thomas Zimmermann --- drivers/video/backlight/gpio_backlight.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --