aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r--drivers/acpi/video.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 94b1a4c5abab..a4fddb24476f 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -1986,6 +1986,10 @@ acpi_video_switch_brightness(struct acpi_video_device *device, int event)
1986 1986
1987 result = acpi_video_device_lcd_set_level(device, level_next); 1987 result = acpi_video_device_lcd_set_level(device, level_next);
1988 1988
1989 if (!result)
1990 backlight_force_update(device->backlight,
1991 BACKLIGHT_UPDATE_HOTKEY);
1992
1989out: 1993out:
1990 if (result) 1994 if (result)
1991 printk(KERN_ERR PREFIX "Failed to switch the brightness\n"); 1995 printk(KERN_ERR PREFIX "Failed to switch the brightness\n");