Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176385
b: refs/heads/master
c: 925ede0
h: refs/heads/master
i:
  176383: 35903fc
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Dec 15, 2009
1 parent 2bb0f44 commit 9e51c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 7f2f4e72d3423977cc62152ecf29afe701553a67
refs/heads/master: 925ede0bf4ecef96fc2d939b16619530111aa16e
6 changes: 1 addition & 5 deletions trunk/include/linux/efi.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,7 @@ efi_guidcmp (efi_guid_t left, efi_guid_t right)
static inline char *
efi_guid_unparse(efi_guid_t *guid, char *out)
{
sprintf(out, "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
guid->b[3], guid->b[2], guid->b[1], guid->b[0],
guid->b[5], guid->b[4], guid->b[7], guid->b[6],
guid->b[8], guid->b[9], guid->b[10], guid->b[11],
guid->b[12], guid->b[13], guid->b[14], guid->b[15]);
sprintf(out, "%pUl", guid->b);
return out;
}

Expand Down

0 comments on commit 9e51c96

Please sign in to comment.