summaryrefslogtreecommitdiff
path: root/patches/wmi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/wmi.patch')
-rw-r--r--patches/wmi.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/patches/wmi.patch b/patches/wmi.patch
deleted file mode 100644
index a8b98da..0000000
--- a/patches/wmi.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/drivers/platform/x86/wmi.c b/drivers/platform/x86/wmi.c
-index 043b208..f215a59 100644
---- a/drivers/platform/x86/wmi.c
-+++ b/drivers/platform/x86/wmi.c
-@@ -270,7 +270,7 @@ u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out)
- acpi_status status;
- struct acpi_object_list input;
- union acpi_object params[3];
-- char method[4] = "WM";
-+ char method[5] = "WM";
-
- if (!find_guid(guid_string, &wblock))
- return AE_ERROR;
-@@ -328,8 +328,8 @@ struct acpi_buffer *out)
- acpi_status status, wc_status = AE_ERROR;
- struct acpi_object_list input, wc_input;
- union acpi_object wc_params[1], wq_params[1];
-- char method[4];
-- char wc_method[4] = "WC";
-+ char method[5];
-+ char wc_method[5] = "WC";
-
- if (!guid_string || !out)
- return AE_BAD_PARAMETER;
-@@ -410,7 +410,7 @@ const struct acpi_buffer *in)
- acpi_handle handle;
- struct acpi_object_list input;
- union acpi_object params[2];
-- char method[4] = "WS";
-+ char method[5] = "WS";
-
- if (!guid_string || !in)
- return AE_BAD_DATA;