diff options
Diffstat (limited to 'net/bluetooth/hci_core.c')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index dcbb7655d772..b250685d59a5 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -1522,7 +1522,7 @@ int hci_register_dev(struct hci_dev *hdev) | |||
1522 | 1522 | ||
1523 | set_bit(HCI_AUTO_OFF, &hdev->flags); | 1523 | set_bit(HCI_AUTO_OFF, &hdev->flags); |
1524 | set_bit(HCI_SETUP, &hdev->flags); | 1524 | set_bit(HCI_SETUP, &hdev->flags); |
1525 | queue_work(hdev->workqueue, &hdev->power_on); | 1525 | schedule_work(&hdev->power_on); |
1526 | 1526 | ||
1527 | hci_notify(hdev, HCI_DEV_REG); | 1527 | hci_notify(hdev, HCI_DEV_REG); |
1528 | 1528 | ||