aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2024-03-19 10:37:22 +0100
committerLee Jones <[email protected]>2024-03-28 10:12:52 +0000
commitbf8c95504494ceb097f94e9aa03a5f5a0cfaed98 (patch)
treef3ed34091b66097fdc50d5b405da891ce32933ac /lib
parentb7ad4c67ed945524ab38bd61676e684eff84fc2a (diff)
backlight: omap1: Replace FB_BLANK_ states with simple on/off
The backlight is on for fb_blank eq FB_BLANK_UNBLANK, or off for any other value in fb_blank. But the field fb_blank in struct backlight_properties is deprecated and should not be used any longer. Replace the test for fb_blank in omap's backlight code with a simple boolean parameter and push the test into the update_status helper. Instead of reading fb_blank directly, decode the backlight device's status with backlight_is_blank(). Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Dan Carpenter <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions