backlight: aat2870: Use backlight helper
authorStephen Kitt <steve@sk2.org>
Fri, 6 Jan 2023 16:48:52 +0000 (17:48 +0100)
committerLee Jones <lee@kernel.org>
Wed, 22 Feb 2023 10:55:27 +0000 (10:55 +0000)
commit32fb2588ce69ec254cfd8269bc31d9fbe5b999aa
tree87f0d5620b4c3357c570b1b4a40db931d1234381
parente3b2ac4088126eebcf2e6d5797f9a94bb67e491e
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
drivers/video/backlight/aat2870_bl.c