Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291063
b: refs/heads/master
c: 28b8df7
h: refs/heads/master
i:
  291061: e49e211
  291059: 36861e5
  291055: 528e457
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Johan Hedberg committed Feb 24, 2012
1 parent ec1e775 commit af45226
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 3159d3843aa628b0ee9e8ef4b4fe8c935500c03f
refs/heads/master: 28b8df77449faa03b573638e089a855f8d25e0ed
5 changes: 4 additions & 1 deletion trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ static void hci_cc_read_local_version(struct hci_dev *hdev, struct sk_buff *skb)
BT_DBG("%s status 0x%x", hdev->name, rp->status);

if (rp->status)
return;
goto done;

hdev->hci_ver = rp->hci_ver;
hdev->hci_rev = __le16_to_cpu(rp->hci_rev);
Expand All @@ -634,6 +634,9 @@ static void hci_cc_read_local_version(struct hci_dev *hdev, struct sk_buff *skb)

if (test_bit(HCI_INIT, &hdev->flags))
hci_setup(hdev);

done:
hci_req_complete(hdev, HCI_OP_READ_LOCAL_VERSION, rp->status);
}

static void hci_setup_link_policy(struct hci_dev *hdev)
Expand Down

0 comments on commit af45226

Please sign in to comment.