Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306853
b: refs/heads/master
c: 7537e5c
h: refs/heads/master
i:
  306851: 0aa900d
v: v3
  • Loading branch information
Andre Guedes authored and Gustavo Padovan committed May 9, 2012
1 parent b6c7819 commit dd768ac
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: 3e9fb6d87ee543b10bcf245d4a5c6aa1ab0ac2ab
refs/heads/master: 7537e5c3064c5a5751a7b26aba82ad83c5e89190
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,7 @@ int hci_cancel_inquiry(struct hci_dev *hdev)
BT_DBG("%s", hdev->name);

if (!test_bit(HCI_INQUIRY, &hdev->flags))
return -EPERM;
return -EALREADY;

return hci_send_cmd(hdev, HCI_OP_INQUIRY_CANCEL, 0, NULL);
}

0 comments on commit dd768ac

Please sign in to comment.