]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
macvlan: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:23:06 +0000 (20:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:43 +0000 (04:33 -0400)
commitead9a76ceec34df18dc84cb22053253bd5564376
tree387df8997ce0d054e6ed1c7c9606d7dda3c91513
parent1a106de6e6543e7d44dbe1bc5f37a8964607dfa6
macvlan: 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/macvlan.c