]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
infiniband: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:19:38 +0000 (20:19 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:42 +0000 (04:33 -0400)
commit4e24ffa4d9fed762147c954755f8cb124e85740a
tree2fc068defe8cb4f45df31650f7e3d262f5e89ba7
parent6662df33f85b87bb29f2ecad124efe7bb2c08e05
infiniband: 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/infiniband/core/netlink.c