Re: [PATCH 01/28] backlight: lcd: Rearrange code in fb_notifier_callback()

2024-09-03 Thread Daniel Thompson
On Tue, Aug 20, 2024 at 11:22:39AM +0200, Thomas Zimmermann wrote: > First aqcuire the ops_lock and do al tests while holing it. Rearranges s/aqcuire/acquire/ s/al/all/ > the code in lcd's fb_notifier_callback() to resemble the callback in > the backlight module. This will simplify later changes

[PATCH 01/28] backlight: lcd: Rearrange code in fb_notifier_callback()

2024-08-20 Thread Thomas Zimmermann
First aqcuire the ops_lock and do al tests while holing it. Rearranges the code in lcd's fb_notifier_callback() to resemble the callback in the backlight module. This will simplify later changes to these tests. Signed-off-by: Thomas Zimmermann --- drivers/video/backlight/lcd.c | 24 +