backlight: ipaq_micro: Use backlight helper
authorStephen Kitt <steve@sk2.org>
Fri, 6 Jan 2023 16:48:54 +0000 (17:48 +0100)
committerLee Jones <lee@kernel.org>
Wed, 22 Feb 2023 10:55:27 +0000 (10:55 +0000)
commite3b2ac4088126eebcf2e6d5797f9a94bb67e491e
treec044826f9ab6b27b954b6c48f8ad14377c9db2d1
parentfef0b89a451fa06bf275dcd31afee09fffea5e17
backlight: ipaq_micro: 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: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230106164856.1453819-4-steve@sk2.org
drivers/video/backlight/ipaq_micro_bl.c