diff options
-rw-r--r-- | drivers/platform/x86/peaq-wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/peaq-wmi.c b/drivers/platform/x86/peaq-wmi.c index c68bd76954fd..bc98ef95514a 100644 --- a/drivers/platform/x86/peaq-wmi.c +++ b/drivers/platform/x86/peaq-wmi.c | |||
@@ -39,7 +39,7 @@ static void peaq_wmi_poll(struct input_polled_dev *dev) | |||
39 | struct acpi_buffer input = { sizeof(dummy), &dummy }; | 39 | struct acpi_buffer input = { sizeof(dummy), &dummy }; |
40 | struct acpi_buffer output = { sizeof(obj), &obj }; | 40 | struct acpi_buffer output = { sizeof(obj), &obj }; |
41 | 41 | ||
42 | status = wmi_evaluate_method(PEAQ_DOLBY_BUTTON_GUID, 1, | 42 | status = wmi_evaluate_method(PEAQ_DOLBY_BUTTON_GUID, 0, |
43 | PEAQ_DOLBY_BUTTON_METHOD_ID, | 43 | PEAQ_DOLBY_BUTTON_METHOD_ID, |
44 | &input, &output); | 44 | &input, &output); |
45 | if (ACPI_FAILURE(status)) | 45 | if (ACPI_FAILURE(status)) |