phonet: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 03:15:10 +0000 (23:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:11:37 +0000 (18:11 -0400)
commit7f116b5b6c2418e9d9ba2c2ba82cbbad45e36fc5
tree05983b2a160db6a7070c55ae5389d583798fd644
parent1b34ec43c9b3de44a5420841ab293d1b2035a94c
phonet: 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/phonet/pn_netlink.c