]> git.baikalelectronics.ru Git - kernel.git/commit
can: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 00:21:11 +0000 (20:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Apr 2012 08:33:42 +0000 (04:33 -0400)
commita17c7778afd6e06f875a0f64c6c321b2676d2385
tree448b655ec6a10eaa15610b1442a4bfe8e10a9e84
parent061b05d8407b21d625a8859d59f9d790ab7e22eb
can: 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/can/dev.c