Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306852
b: refs/heads/master
c: 3e9fb6d
h: refs/heads/master
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo Padovan committed May 9, 2012
1 parent 0aa900d commit b6c7819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: c72d4b8afa8002cd6f64225954bee78296321e7e
refs/heads/master: 3e9fb6d87ee543b10bcf245d4a5c6aa1ab0ac2ab
4 changes: 1 addition & 3 deletions trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,7 @@ static u16 get_uuid16(u8 *uuid128)
return 0;
}

memcpy(&val, &uuid128[12], 4);

val = le32_to_cpu(val);
val = get_unaligned_le32(&uuid128[12]);
if (val > 0xffff)
return 0;

Expand Down

0 comments on commit b6c7819

Please sign in to comment.