Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314203
b: refs/heads/master
c: 5e50ee3
h: refs/heads/master
i:
  314201: e58bd9b
  314199: 3b1bb57
v: v3
  • Loading branch information
Samuel Ortiz committed Jun 4, 2012
1 parent 633a0b9 commit 73bbe60
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: 56af2568c27ee697a5a34cf037e3253e7b77e80b
refs/heads/master: 5e50ee3ae6e465be89dd0a66f78c3211a412d595
4 changes: 2 additions & 2 deletions trunk/net/nfc/netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,11 @@ static int nfc_genl_start_poll(struct sk_buff *skb, struct genl_info *info)

if (info->attrs[NFC_ATTR_TM_PROTOCOLS])
tm_protocols = nla_get_u32(info->attrs[NFC_ATTR_TM_PROTOCOLS]);
else if (info->attrs[NFC_ATTR_PROTOCOLS])
tm_protocols = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]);

if (info->attrs[NFC_ATTR_IM_PROTOCOLS])
im_protocols = nla_get_u32(info->attrs[NFC_ATTR_IM_PROTOCOLS]);
else if (info->attrs[NFC_ATTR_PROTOCOLS])
im_protocols = nla_get_u32(info->attrs[NFC_ATTR_PROTOCOLS]);

dev = nfc_get_device(idx);
if (!dev)
Expand Down

0 comments on commit 73bbe60

Please sign in to comment.