Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328283
b: refs/heads/master
c: d6650a2
h: refs/heads/master
i:
  328281: 8d913a0
  328279: 7332057
v: v3
  • Loading branch information
Wei Yongjun authored and Samuel Ortiz committed Sep 24, 2012
1 parent 755a615 commit 4d14cb7
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: f4f20d0650e9cd13f65b5e7f93af126b526af721
refs/heads/master: d6650a2ccfdcf536841c2f880a1a6f19fce2e3a1
4 changes: 2 additions & 2 deletions trunk/drivers/nfc/nfcwilink.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ static long nfcwilink_receive(void *priv_data, struct sk_buff *skb)
struct nfcwilink *drv = priv_data;
int rc;

nfc_dev_dbg(&drv->pdev->dev, "receive entry, len %d", skb->len);

if (!skb)
return -EFAULT;

Expand All @@ -362,6 +360,8 @@ static long nfcwilink_receive(void *priv_data, struct sk_buff *skb)
return -EFAULT;
}

nfc_dev_dbg(&drv->pdev->dev, "receive entry, len %d", skb->len);

/* strip the ST header
(apart for the chnl byte, which is not received in the hdr) */
skb_pull(skb, (NFCWILINK_HDR_LEN-1));
Expand Down

0 comments on commit 4d14cb7

Please sign in to comment.