commit | a3d384029aa304f8f3f5355d35f0ae274454f7cd | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 14 15:52:13 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 17 21:59:14 2006 -0800 |
tree | 6bdb628b439cde292317fa5e89e14977899855a5 | |
parent | a159aaa328a02b0189774c58ae7d917b25d26852 [diff] |
[AX.25]: Fix unchecked rose_add_loopback_neigh uses rose_add_loopback_neigh uses kmalloc and the callers were ignoring the error value. Rewrite to let the caller deal with the allocation. This allows the use of static allocation of kmalloc use entirely. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>