aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/backlight/lp855x_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/lp855x_bl.c b/drivers/video/backlight/lp855x_bl.c
index a0e1e02bdc2e..c0b41f13bd4a 100644
--- a/drivers/video/backlight/lp855x_bl.c
+++ b/drivers/video/backlight/lp855x_bl.c
@@ -246,7 +246,7 @@ static int lp855x_bl_update_status(struct backlight_device *bl)
246{ 246{
247 struct lp855x *lp = bl_get_data(bl); 247 struct lp855x *lp = bl_get_data(bl);
248 248
249 if (bl->props.state & BL_CORE_SUSPENDED) 249 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
250 bl->props.brightness = 0; 250 bl->props.brightness = 0;
251 251
252 if (lp->mode == PWM_BASED) { 252 if (lp->mode == PWM_BASED) {