Re: [PATCH 4/4] platform/x86: fujitsu-laptop: make hotkey handling functions more similar

2017-01-13 Thread Jonathan Woithe
On Wed, Jan 11, 2017 at 09:59:33AM +0100, Micha?? K??pie?? wrote: > Make two minor tweaks to acpi_fujitsu_hotkey_press() to make it more > similar to acpi_fujitsu_hotkey_release(): > > * call vdbg_printk() after reporting the input event, > * return immediately when kfifo_in_locked() fails. >

Re: [PATCH 4/4] platform/x86: fujitsu-laptop: make hotkey handling functions more similar

2017-01-13 Thread Jonathan Woithe
On Wed, Jan 11, 2017 at 09:59:33AM +0100, Micha?? K??pie?? wrote: > Make two minor tweaks to acpi_fujitsu_hotkey_press() to make it more > similar to acpi_fujitsu_hotkey_release(): > > * call vdbg_printk() after reporting the input event, > * return immediately when kfifo_in_locked() fails. >

[PATCH 4/4] platform/x86: fujitsu-laptop: make hotkey handling functions more similar

2017-01-11 Thread Michał Kępień
Make two minor tweaks to acpi_fujitsu_hotkey_press() to make it more similar to acpi_fujitsu_hotkey_release(): * call vdbg_printk() after reporting the input event, * return immediately when kfifo_in_locked() fails. Signed-off-by: Michał Kępień ---

[PATCH 4/4] platform/x86: fujitsu-laptop: make hotkey handling functions more similar

2017-01-11 Thread Michał Kępień
Make two minor tweaks to acpi_fujitsu_hotkey_press() to make it more similar to acpi_fujitsu_hotkey_release(): * call vdbg_printk() after reporting the input event, * return immediately when kfifo_in_locked() fails. Signed-off-by: Michał Kępień --- drivers/platform/x86/fujitsu-laptop.c |