Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[sfrench/cifs-2.6.git] / drivers / platform / x86 / eeepc-laptop.c
index da3c08b3dcc1d719918e26718986a75817b76203..749e2102b2be7519b8f0835979d7b0e9320356de 100644 (file)
@@ -624,7 +624,7 @@ static int notify_brn(void)
        struct backlight_device *bd = eeepc_backlight_device;
        if (bd) {
                int old = bd->props.brightness;
-               bd->props.brightness = read_brightness(bd);
+               backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY);
                return old;
        }
        return -1;