Loading net/nfc/llcp/llcp.c +0 −2 Original line number Diff line number Diff line Loading @@ -821,7 +821,6 @@ static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, skb_get(skb); } else { pr_err("Receive queue is full\n"); kfree_skb(skb); } nfc_llcp_sock_put(llcp_sock); Loading Loading @@ -1022,7 +1021,6 @@ static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, skb_get(skb); } else { pr_err("Receive queue is full\n"); kfree_skb(skb); } } Loading Loading
net/nfc/llcp/llcp.c +0 −2 Original line number Diff line number Diff line Loading @@ -821,7 +821,6 @@ static void nfc_llcp_recv_ui(struct nfc_llcp_local *local, skb_get(skb); } else { pr_err("Receive queue is full\n"); kfree_skb(skb); } nfc_llcp_sock_put(llcp_sock); Loading Loading @@ -1022,7 +1021,6 @@ static void nfc_llcp_recv_hdlc(struct nfc_llcp_local *local, skb_get(skb); } else { pr_err("Receive queue is full\n"); kfree_skb(skb); } } Loading