nfc: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 03:23:57 +0000 (23:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:11:37 +0000 (18:11 -0400)
commit1e6428d82b3c61ac3bb725b64ffb634b60cbd678
treedec716687536087ab3b69acec5212c269061d59c
parent028d6a6767456d6c84a72d3451f19fe7ca7b47db
nfc: Stop using NLA_PUT*().

These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/netlink.c