Loading net/nfc/hci/core.c +1 −2 Original line number Diff line number Diff line Loading @@ -398,7 +398,6 @@ static int hci_dev_session_init(struct nfc_hci_dev *hdev) nfc_hci_disconnect_all_gates(hdev); exit: if (skb) kfree_skb(skb); return r; Loading net/nfc/hci/shdlc.c +1 −2 Original line number Diff line number Diff line Loading @@ -241,7 +241,6 @@ static void nfc_shdlc_rcv_i_frame(struct nfc_shdlc *shdlc, } exit: if (skb) kfree_skb(skb); } Loading Loading
net/nfc/hci/core.c +1 −2 Original line number Diff line number Diff line Loading @@ -398,7 +398,6 @@ static int hci_dev_session_init(struct nfc_hci_dev *hdev) nfc_hci_disconnect_all_gates(hdev); exit: if (skb) kfree_skb(skb); return r; Loading
net/nfc/hci/shdlc.c +1 −2 Original line number Diff line number Diff line Loading @@ -241,7 +241,6 @@ static void nfc_shdlc_rcv_i_frame(struct nfc_shdlc *shdlc, } exit: if (skb) kfree_skb(skb); } Loading