]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
asus-laptop: remove unecessary hotk != NULL check
authorCorentin Chary <corentincj@iksaif.net>
Sat, 28 Nov 2009 09:35:37 +0000 (10:35 +0100)
committerCorentin Chary <corentincj@iksaif.net>
Sun, 28 Feb 2010 18:35:09 +0000 (19:35 +0100)
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
drivers/platform/x86/asus-laptop.c

index 5889bda5a03b321f66e86c54285ac5db89a63b64..74463a07d48be50d285c3f8ba5c186d975ba544c 100644 (file)
@@ -941,10 +941,6 @@ static void asus_hotk_notify(struct acpi_device *device, u32 event)
        static struct key_entry *key;
        u16 count;
 
-       /* TODO Find a better way to handle events count. */
-       if (!hotk)
-               return;
-
        /*
         * We need to tell the backlight device when the backlight power is
         * switched
@@ -957,6 +953,7 @@ static void asus_hotk_notify(struct acpi_device *device, u32 event)
                lcd_blank(FB_BLANK_POWERDOWN);
        }
 
+       /* TODO Find a better way to handle events count. */
        count = hotk->event_count[event % 128]++;
        acpi_bus_generate_proc_event(hotk->device, event, count);
        acpi_bus_generate_netlink_event(hotk->device->pnp.device_class,