Searched hist:"32 fb2588ce69ec254cfd8269bc31d9fbe5b999aa" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/backlight/ |
H A D | aat2870_bl.c | diff 32fb2588ce69ec254cfd8269bc31d9fbe5b999aa Fri Jan 06 17:48:52 CET 2023 Stephen Kitt <steve@sk2.org> backlight: aat2870: Use backlight helper
Instead of retrieving the backlight brightness in struct backlight_properties manually, and then checking whether the backlight should be on at all, use backlight_get_brightness() which does all this and insulates this from future changes.
Signed-off-by: Stephen Kitt <steve@sk2.org> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230106164856.1453819-2-steve@sk2.org
|