hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/video/backlight/hp680_bl.c
....@@ -33,12 +33,8 @@
3333 {
3434 unsigned long flags;
3535 u16 v;
36
- int intensity = bd->props.brightness;
36
+ int intensity = backlight_get_brightness(bd);
3737
38
- if (bd->props.power != FB_BLANK_UNBLANK)
39
- intensity = 0;
40
- if (bd->props.fb_blank != FB_BLANK_UNBLANK)
41
- intensity = 0;
4238 if (hp680bl_suspended)
4339 intensity = 0;
4440