Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222989
b: refs/heads/master
c: 53c96df
h: refs/heads/master
i:
  222987: e9a323b
v: v3
  • Loading branch information
Zeng Zhaoming authored and Matthew Garrett committed Nov 24, 2010
1 parent 6f392f8 commit 33f5125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a80e1cd70144fe7727f2e2d838611b6b8cf8a6d5
refs/heads/master: 53c96dfdd0c0ccbba7aee84c60ce0f2aa466413f
2 changes: 2 additions & 0 deletions trunk/drivers/platform/x86/hp-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ static int hp_wmi_perform_query(int query, int write, u32 *buffer,
bios_return = *((struct bios_return *)obj->buffer.pointer);

memcpy(buffer, &bios_return.value, sizeof(bios_return.value));

kfree(obj);
return 0;
}

Expand Down

0 comments on commit 33f5125

Please sign in to comment.