]> git.baikalelectronics.ru Git - kernel.git/commit
caif: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:48:13 +0000 (20:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:44 +0000 (04:33 -0400)
commit32d197654409e8e8267d682936be9622f0aef3e4
tree2ece27cce40a138aaad94de47b354db5c1e562f3
parent3b78eaf5d0228938a6f613b8a019d82b1b9af238
caif: 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/caif/chnl_net.c