team: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:25:18 +0000 (20:25 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:43 +0000 (04:33 -0400)
commit86ebb02dc793058ea17ad647c802b507dafff7cb
tree2a927f3bd9312dd1d10cd1339cddfdeec11b60fc
parentead9a76ceec34df18dc84cb22053253bd5564376
team: 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>
drivers/net/team/team.c