Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352573
b: refs/heads/master
c: 52f2eae
h: refs/heads/master
i:
  352571: e6f8a10
v: v3
  • Loading branch information
Thierry Escande authored and Samuel Ortiz committed Feb 8, 2013
1 parent efda97b commit 9c16cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e0af11fa0df30bc645e6abb4d3ddc7ed05af0451
refs/heads/master: 52f2eaeec11c16c219f0e99b8496fbba86889830
2 changes: 1 addition & 1 deletion trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ static struct sk_buff *pn533_alloc_poll_tg_frame(struct pn533 *dev)
return NULL;

/* DEP support only */
*skb_put(skb, 1) |= PN533_INIT_TARGET_DEP;
*skb_put(skb, 1) = PN533_INIT_TARGET_DEP;

/* MIFARE params */
memcpy(skb_put(skb, 6), mifare_params, 6);
Expand Down

0 comments on commit 9c16cec

Please sign in to comment.