Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328269
b: refs/heads/master
c: 58637c9
h: refs/heads/master
i:
  328267: 405b96c
v: v3
  • Loading branch information
Tejun Heo authored and Samuel Ortiz committed Sep 24, 2012
1 parent e2ec1b4 commit 09bae40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 474fee3db16c63bc440bfb93b57f72ecfc4246f0
refs/heads/master: 58637c9b65300cbdf9fb7c037978daadd136be86
4 changes: 1 addition & 3 deletions trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -2394,9 +2394,7 @@ static int pn533_probe(struct usb_interface *interface,
INIT_WORK(&dev->mi_work, pn533_wq_mi_recv);
INIT_WORK(&dev->tg_work, pn533_wq_tg_get_data);
INIT_WORK(&dev->poll_work, pn533_wq_poll);
dev->wq = alloc_workqueue("pn533",
WQ_NON_REENTRANT | WQ_UNBOUND | WQ_MEM_RECLAIM,
1);
dev->wq = alloc_ordered_workqueue("pn533", 0);
if (dev->wq == NULL)
goto error;

Expand Down

0 comments on commit 09bae40

Please sign in to comment.