diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/eeepc-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 222ffb892f22..7b5ee494cdf7 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
@@ -642,7 +642,7 @@ static int notify_brn(void) | |||
642 | struct backlight_device *bd = eeepc_backlight_device; | 642 | struct backlight_device *bd = eeepc_backlight_device; |
643 | if (bd) { | 643 | if (bd) { |
644 | int old = bd->props.brightness; | 644 | int old = bd->props.brightness; |
645 | bd->props.brightness = read_brightness(bd); | 645 | backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY); |
646 | return old; | 646 | return old; |
647 | } | 647 | } |
648 | return -1; | 648 | return -1; |