Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351913
b: refs/heads/master
c: 8a0ecfe
h: refs/heads/master
i:
  351911: 0641bf3
v: v3
  • Loading branch information
Waldemar Rymarkiewicz authored and Samuel Ortiz committed Jan 9, 2013
1 parent 6f9bca1 commit 4626bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 390a1bd8538132186ddb679cafe9e75b7ef7e2d2
refs/heads/master: 8a0ecfe74b3692258311d084d31613516828905f
3 changes: 2 additions & 1 deletion trunk/drivers/nfc/pn533.c
Original file line number Diff line number Diff line change
Expand Up @@ -1724,9 +1724,10 @@ static int pn533_activate_target_nfcdep(struct pn533 *dev)

rsp = (struct pn533_cmd_activate_response *)resp->data;
rc = rsp->status & PN533_CMD_RET_MASK;
if (rc != PN533_CMD_RET_SUCCESS)
if (rc != PN533_CMD_RET_SUCCESS) {
dev_kfree_skb(resp);
return -EIO;
}

/* ATR_RES general bytes are located at offset 16 */
gt_len = resp->len - 16;
Expand Down

0 comments on commit 4626bf9

Please sign in to comment.