Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279277
b: refs/heads/master
c: 32845eb
h: refs/heads/master
i:
  279275: 1c4147b
v: v3
  • Loading branch information
Gustavo F. Padovan committed Dec 18, 2011
1 parent 54f5b6b commit b020a80
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 80b7ab33414beeb3c17600af9b69d903f5cf8a7d
refs/heads/master: 32845eb1242e4c862de8d27c19ae9b3011f89291
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,8 @@ int hci_register_dev(struct hci_dev *hdev)

write_unlock_bh(&hci_dev_list_lock);

hdev->workqueue = create_singlethread_workqueue(hdev->name);
hdev->workqueue = alloc_workqueue(hdev->name, WQ_HIGHPRI | WQ_UNBOUND |
WQ_MEM_RECLAIM, 1);
if (!hdev->workqueue) {
error = -ENOMEM;
goto err;
Expand Down

0 comments on commit b020a80

Please sign in to comment.