Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243093
b: refs/heads/master
c: 25bb067
h: refs/heads/master
i:
  243091: 31a26dc
v: v3
  • Loading branch information
Anssi Hannula authored and Matthew Garrett committed Mar 28, 2011
1 parent b5237fa commit 4a27e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 9af0e0fb70ed8e2387323c19496a7e174363f7b6
refs/heads/master: 25bb067a08c5db70cd8bcf9e160ac81718ea075c
3 changes: 1 addition & 2 deletions trunk/drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ static int hp_wmi_perform_query(int query, int write, u32 *buffer,
int buffersize)
{
struct bios_return bios_return;
acpi_status status;
union acpi_object *obj;
struct bios_args args = {
.signature = 0x55434553,
Expand All @@ -165,7 +164,7 @@ static int hp_wmi_perform_query(int query, int write, u32 *buffer,
struct acpi_buffer input = { sizeof(struct bios_args), &args };
struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };

status = wmi_evaluate_method(HPWMI_BIOS_GUID, 0, 0x3, &input, &output);
wmi_evaluate_method(HPWMI_BIOS_GUID, 0, 0x3, &input, &output);

obj = output.pointer;

Expand Down

0 comments on commit 4a27e91

Please sign in to comment.