Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315280
b: refs/heads/master
c: 1c215d7
h: refs/heads/master
v: v3
  • Loading branch information
Eric Lapuyade authored and John W. Linville committed Jul 9, 2012
1 parent 236ffd0 commit 5c3b702
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 5018e490c372d5ed0e0ced2f2471140bf5ba9b32
refs/heads/master: 1c215d79a18a22fc6c2a9ef8658d426bac492b58
10 changes: 0 additions & 10 deletions trunk/net/nfc/hci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,16 +735,6 @@ void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb)
struct sk_buff *frag_skb;
int msg_len;

if (skb == NULL) {
/* TODO ELa: lower layer had permanent failure, need to
* propagate that up
*/

skb_queue_purge(&hdev->rx_hcp_frags);

return;
}

packet = (struct hcp_packet *)skb->data;
if ((packet->header & ~NFC_HCI_FRAGMENT) == 0) {
skb_queue_tail(&hdev->rx_hcp_frags, skb);
Expand Down

0 comments on commit 5c3b702

Please sign in to comment.