Loading drivers/misc/hp-wmi.c +1 −1 Original line number Diff line number Diff line Loading @@ -309,7 +309,7 @@ static int hp_wmi_setkeycode(struct input_dev *dev, int scancode, int keycode) return -EINVAL; } void hp_wmi_notify(u32 value, void *context) static void hp_wmi_notify(u32 value, void *context) { struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; static struct key_entry *key; Loading Loading
drivers/misc/hp-wmi.c +1 −1 Original line number Diff line number Diff line Loading @@ -309,7 +309,7 @@ static int hp_wmi_setkeycode(struct input_dev *dev, int scancode, int keycode) return -EINVAL; } void hp_wmi_notify(u32 value, void *context) static void hp_wmi_notify(u32 value, void *context) { struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; static struct key_entry *key; Loading