Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157111
b: refs/heads/master
c: f3d83e2
h: refs/heads/master
i:
  157109: 9f2bd49
  157107: b030fa5
  157103: b0301f7
v: v3
  • Loading branch information
Costantino Leandro authored and Linus Torvalds committed Aug 27, 2009
1 parent 4463136 commit 2d46bae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce8442b55135c679809311997d1446f3bbc05de2
refs/heads/master: f3d83e2415445e5b157bef404d38674e9e8de169
8 changes: 4 additions & 4 deletions trunk/drivers/platform/x86/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2d46bae

Please sign in to comment.