Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291091
b: refs/heads/master
c: d4f6852
h: refs/heads/master
i:
  291089: 31d52ec
  291087: 2f28307
v: v3
  • Loading branch information
Johan Hedberg committed Mar 2, 2012
1 parent 97e485b commit b06c192
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: 9f8ce967caed427f78d00bb6b07d79cb040a88bd
refs/heads/master: d4f68526e438dbb7d194b08499a96c733131ad72
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2745,7 +2745,7 @@ int mgmt_index_added(struct hci_dev *hdev)

int mgmt_index_removed(struct hci_dev *hdev)
{
u8 status = ENODEV;
u8 status = MGMT_STATUS_INVALID_PARAMS;

mgmt_pending_foreach(0, hdev, cmd_status_rsp, &status);

Expand Down Expand Up @@ -2798,7 +2798,7 @@ int mgmt_powered(struct hci_dev *hdev, u8 powered)
update_class(hdev);
update_eir(hdev);
} else {
u8 status = ENETDOWN;
u8 status = MGMT_STATUS_NOT_POWERED;
mgmt_pending_foreach(0, hdev, cmd_status_rsp, &status);
}

Expand Down

0 comments on commit b06c192

Please sign in to comment.