Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340942
b: refs/heads/master
c: 460d8f9
h: refs/heads/master
v: v3
  • Loading branch information
Szymon Janc authored and Samuel Ortiz committed Oct 26, 2012
1 parent f61d705 commit d38d6b7
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: 7ad39395ab1394fc6fc8bc3693d6055ea173e226
refs/heads/master: 460d8f970e44c2d8fc24ab622ff433295a6cedd8
2 changes: 1 addition & 1 deletion trunk/net/nfc/nci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static int nci_set_local_general_bytes(struct nfc_dev *nfc_dev)
if ((param.val == NULL) || (param.len == 0))
return rc;

if (param.len > NCI_MAX_PARAM_LEN)
if (param.len > NFC_MAX_GT_LEN)
return -EINVAL;

for (i = 0; i < param.len; i++)
Expand Down

0 comments on commit d38d6b7

Please sign in to comment.