Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222027
b: refs/heads/master
c: 4f8b691
h: refs/heads/master
i:
  222025: d5a916e
  222023: 129db91
v: v3
  • Loading branch information
Gustavo F. Padovan committed Nov 9, 2010
1 parent 81b0d42 commit 7dd7198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bfaaeb3ed5533a2dd38e3aa9ea43efd619690aed
refs/heads/master: 4f8b691c9fb02e72359e71592098c1de3b8ec712
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2452,11 +2452,11 @@ static void l2cap_add_conf_opt(void **ptr, u8 type, u8 len, unsigned long val)
break;

case 2:
put_unaligned_le16(cpu_to_le16(val), opt->val);
put_unaligned_le16(val, opt->val);
break;

case 4:
put_unaligned_le32(cpu_to_le32(val), opt->val);
put_unaligned_le32(val, opt->val);
break;

default:
Expand Down

0 comments on commit 7dd7198

Please sign in to comment.