diff options
Diffstat (limited to 'drivers/video/backlight/adp8860_bl.c')
-rw-r--r-- | drivers/video/backlight/adp8860_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/adp8860_bl.c b/drivers/video/backlight/adp8860_bl.c index 6bb72c0cb803..a77c9cad3320 100644 --- a/drivers/video/backlight/adp8860_bl.c +++ b/drivers/video/backlight/adp8860_bl.c | |||
@@ -783,7 +783,7 @@ static int adp8860_i2c_suspend(struct i2c_client *client, pm_message_t message) | |||
783 | 783 | ||
784 | static int adp8860_i2c_resume(struct i2c_client *client) | 784 | static int adp8860_i2c_resume(struct i2c_client *client) |
785 | { | 785 | { |
786 | adp8860_set_bits(client, ADP8860_MDCR, NSTBY); | 786 | adp8860_set_bits(client, ADP8860_MDCR, NSTBY | BLEN); |
787 | 787 | ||
788 | return 0; | 788 | return 0; |
789 | } | 789 | } |