Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315628
b: refs/heads/master
c: f8bf65b
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Jeppsson authored and John W. Linville committed Jul 10, 2012
1 parent ac40c58 commit 7e014b9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1913e57cf9a7be4565c56a3fbfd85106919ea006
refs/heads/master: f8bf65bf3688835f95f7c74f5c844a64b2743a42
2 changes: 1 addition & 1 deletion trunk/net/nfc/hci/hcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe,
}

mutex_lock(&hdev->msg_tx_mutex);
list_add_tail(&hdev->msg_tx_queue, &cmd->msg_l);
list_add_tail(&cmd->msg_l, &hdev->msg_tx_queue);
mutex_unlock(&hdev->msg_tx_mutex);

queue_work(hdev->msg_tx_wq, &hdev->msg_tx_work);
Expand Down

0 comments on commit 7e014b9

Please sign in to comment.