Re: [PATCH v2 06/17] backlight: ipaq-micro-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 06/17] backlight: ipaq-micro-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/ipaq_micro_bl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dr