]> git.baikalelectronics.ru Git - kernel.git/commit
dcbnl: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:03:01 +0000 (20:03 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:41 +0000 (04:33 -0400)
commit486fd814cb4c84c51238e1e6a1eace93a1157b4f
tree4b56513ec81622d7aa2ee319d0777fb441d987cb
parente83948fd380209305043cc2a281592e5d3b79b05
dcbnl: 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/dcb/dcbnl.c