Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205853
b: refs/heads/master
c: 0d9073a
h: refs/heads/master
i:
  205851: 436e639
v: v3
  • Loading branch information
Rene Sapiens authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 34a30e0 commit 40c96bf
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a6bff488e7267b65d7c6b2e0d5d2dd2257e65ea4
refs/heads/master: 0d9073abb7735dc7005a76835af055f4b6851586
1 change: 1 addition & 0 deletions trunk/drivers/staging/tidspbridge/gen/uuidutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static s32 uuid_hex_to_bin(char *buf, s32 len)
{
s32 i;
s32 result = 0;
int value;

for (i = 0; i < len; i++) {
value = hex_to_bin(*buf++);
Expand Down

0 comments on commit 40c96bf

Please sign in to comment.