Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279279
b: refs/heads/master
c: 7f97104
h: refs/heads/master
i:
  279277: b020a80
  279275: 1c4147b
  279271: 0607bbd
  279263: 2472de3
v: v3
  • Loading branch information
Gustavo F. Padovan committed Dec 18, 2011
1 parent 6f39f2c commit ab5f0e6
Show file tree
Hide file tree
Showing 3 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: 6d438e335ce83ff0528415a58632dc6508e4fde1
refs/heads/master: 7f971041cf591d8cf3b289c9d78739638ca7e629
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ int hci_register_dev(struct hci_dev *hdev)

set_bit(HCI_AUTO_OFF, &hdev->flags);
set_bit(HCI_SETUP, &hdev->flags);
queue_work(hdev->workqueue, &hdev->power_on);
schedule_work(&hdev->power_on);

hci_notify(hdev, HCI_DEV_REG);

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static int set_powered(struct sock *sk, u16 index, unsigned char *data, u16 len)
}

if (cp->val)
queue_work(hdev->workqueue, &hdev->power_on);
schedule_work(&hdev->power_on);
else
schedule_work(&hdev->power_off.work);

Expand Down

0 comments on commit ab5f0e6

Please sign in to comment.