Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299036
b: refs/heads/master
c: 5315638
h: refs/heads/master
v: v3
  • Loading branch information
Brian Gix authored and Gustavo Padovan committed Mar 28, 2012
1 parent 95ad7fe commit 1ea2f70
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: 55ed7d4d1469eafbe3ad7e8fcd44f5af27845a81
refs/heads/master: 531563850b29726bf37a81e877277902881ab77e
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2936,7 +2936,7 @@ int mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
name, name_len);

if (dev_class && memcmp(dev_class, "\0\0\0", 3) != 0)
eir_len = eir_append_data(&ev->eir[eir_len], eir_len,
eir_len = eir_append_data(ev->eir, eir_len,
EIR_CLASS_OF_DEV, dev_class, 3);

put_unaligned_le16(eir_len, &ev->eir_len);
Expand Down

0 comments on commit 1ea2f70

Please sign in to comment.