Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279397
b: refs/heads/master
c: af3e635
h: refs/heads/master
i:
  279395: dd330af
v: v3
  • Loading branch information
Gustavo F. Padovan committed Dec 22, 2011
1 parent e60417e commit 9cba2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f20d09d5f7093e5dc5f231c65835e2d04739bd5e
refs/heads/master: af3e6359a2b52970c63c3c9f73d52be281a162ad
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ static void hci_queue_acl(struct hci_conn *conn, struct sk_buff_head *queue,
skb_shinfo(skb)->frag_list = NULL;

/* Queue all fragments atomically */
spin_lock_bh(&queue->lock);
spin_lock(&queue->lock);

__skb_queue_tail(queue, skb);

Expand All @@ -1978,7 +1978,7 @@ static void hci_queue_acl(struct hci_conn *conn, struct sk_buff_head *queue,
__skb_queue_tail(queue, skb);
} while (list);

spin_unlock_bh(&queue->lock);
spin_unlock(&queue->lock);
}
}

Expand Down

0 comments on commit 9cba2a0

Please sign in to comment.