diff options
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/asus-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 4af5709f8317..19445eaff6ff 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
@@ -297,7 +297,7 @@ static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, | |||
297 | acpi_status status; | 297 | acpi_status status; |
298 | 298 | ||
299 | if (!handle) | 299 | if (!handle) |
300 | return 0; | 300 | return -1; |
301 | 301 | ||
302 | params.count = 1; | 302 | params.count = 1; |
303 | params.pointer = &in_obj; | 303 | params.pointer = &in_obj; |