Re: [PATCH 5/5] toshiba_acpi: Change touchpad store to check for invalid values

2014-09-09 Thread Darren Hart
On Fri, Sep 05, 2014 at 11:14:07AM -0600, Azael Avalos wrote: > The function toshiba_touchpad_store is not checking > for invalid values and simply returns silently. > > This patch checks for invalid values and returns accordingly. > > Signed-off-by: Azael Avalos Queued, thanks. -- Darren Har

[PATCH 5/5] toshiba_acpi: Change touchpad store to check for invalid values

2014-09-05 Thread Azael Avalos
The function toshiba_touchpad_store is not checking for invalid values and simply returns silently. This patch checks for invalid values and returns accordingly. Signed-off-by: Azael Avalos --- drivers/platform/x86/toshiba_acpi.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletion