Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328271
b: refs/heads/master
c: 33e5971
h: refs/heads/master
i:
  328269: 09bae40
  328267: 405b96c
  328263: 41c083f
  328255: 277433a
v: v3
  • Loading branch information
Wei Yongjun authored and Samuel Ortiz committed Sep 24, 2012
1 parent 956285f commit 9be6b97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: f2ce39828abd556814366c2483191a7213c764f2
refs/heads/master: 33e5971358c37851137b264f815977507c016fac
3 changes: 1 addition & 2 deletions trunk/net/nfc/hci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,7 @@ static int hci_dev_session_init(struct nfc_hci_dev *hdev)
nfc_hci_disconnect_all_gates(hdev);

exit:
if (skb)
kfree_skb(skb);
kfree_skb(skb);

return r;
}
Expand Down
3 changes: 1 addition & 2 deletions trunk/net/nfc/hci/shdlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ static void nfc_shdlc_rcv_i_frame(struct nfc_shdlc *shdlc,
}

exit:
if (skb)
kfree_skb(skb);
kfree_skb(skb);
}

static void nfc_shdlc_rcv_ack(struct nfc_shdlc *shdlc, int y_nr)
Expand Down

0 comments on commit 9be6b97

Please sign in to comment.