Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340941
b: refs/heads/master
c: 7ad3939
h: refs/heads/master
i:
  340939: 0b4bf3a
v: v3
  • Loading branch information
Thierry Escande authored and Samuel Ortiz committed Oct 26, 2012
1 parent 0a5f356 commit f61d705
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: 5bcf099c17323a8760620511b1b8e415c2783571
refs/heads/master: 7ad39395ab1394fc6fc8bc3693d6055ea173e226
3 changes: 2 additions & 1 deletion trunk/net/nfc/netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ static int nfc_genl_send_device(struct sk_buff *msg, struct nfc_dev *dev,
if (nla_put_string(msg, NFC_ATTR_DEVICE_NAME, nfc_device_name(dev)) ||
nla_put_u32(msg, NFC_ATTR_DEVICE_INDEX, dev->idx) ||
nla_put_u32(msg, NFC_ATTR_PROTOCOLS, dev->supported_protocols) ||
nla_put_u8(msg, NFC_ATTR_DEVICE_POWERED, dev->dev_up))
nla_put_u8(msg, NFC_ATTR_DEVICE_POWERED, dev->dev_up) ||
nla_put_u8(msg, NFC_ATTR_RF_MODE, dev->rf_mode))
goto nla_put_failure;

return genlmsg_end(msg, hdr);
Expand Down

0 comments on commit f61d705

Please sign in to comment.