Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222990
b: refs/heads/master
c: 8b14d7b
h: refs/heads/master
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Matthew Garrett committed Dec 6, 2010
1 parent 33f5125 commit 50ef173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 53c96dfdd0c0ccbba7aee84c60ce0f2aa466413f
refs/heads/master: 8b14d7b22c61f17ccb869e0047d9df6dd9f50a9f
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ static bool guid_already_parsed(const char *guid_string)
struct wmi_block *wblock;

list_for_each_entry(wblock, &wmi_block_list, list)
if (strncmp(wblock->gblock.guid, guid_string, 16) == 0)
if (memcmp(wblock->gblock.guid, guid_string, 16) == 0)
return true;

return false;
Expand Down

0 comments on commit 50ef173

Please sign in to comment.