Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291214
b: refs/heads/master
c: 98b3ac1
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Mar 6, 2012
1 parent 502651a commit dc7983f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1762c17c9c38ed21090bee8cd02e2b470c5c2308
refs/heads/master: 98b3ac1b980b0c0ffff24fda8d13ab8c216df4d1
2 changes: 2 additions & 0 deletions trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ static int pn533_target_found(struct pn533 *dev,
if (resp->tg != 1)
return -EPROTO;

memset(&nfc_tgt, 0, sizeof(struct nfc_target));

target_data_len = resp_len - sizeof(struct pn533_poll_response);

switch (dev->poll_mod_curr) {
Expand Down

0 comments on commit dc7983f

Please sign in to comment.