Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335867
b: refs/heads/master
c: 60ad07a
h: refs/heads/master
i:
  335865: a001024
  335863: e8c22ce
v: v3
  • Loading branch information
Szymon Janc authored and Samuel Ortiz committed Nov 19, 2012
1 parent 0dc232b commit 732b6d4
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: 16a78e9fed5e8baa8480ae3413f4328c4537c599
refs/heads/master: 60ad07ab6bc86f48b6ebda1788d79ca5f88d824c
3 changes: 2 additions & 1 deletion trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,13 +698,14 @@ static void pn533_wq_cmd(struct work_struct *work)

cmd = list_first_entry(&dev->cmd_queue, struct pn533_cmd, queue);

list_del(&cmd->queue);

mutex_unlock(&dev->cmd_lock);

__pn533_send_cmd_frame_async(dev, cmd->out_frame, cmd->in_frame,
cmd->in_frame_len, cmd->cmd_complete,
cmd->arg, cmd->flags);

list_del(&cmd->queue);
kfree(cmd);
}

Expand Down

0 comments on commit 732b6d4

Please sign in to comment.