commit | 8d5cf596d10d740b69b5f4bbdb54b85abf75810d | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 14 15:50:01 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 17 21:59:08 2006 -0800 |
tree | f0fd6a296f1b90d5fb1898ce1932c6ec5d245465 | |
parent | c9266b99e2def0a456766220df09713f8e765891 [diff] |
[AX.25]: Fix unchecked ax25_protocol_register uses. Replace ax25_protocol_register by ax25_register_pid which assumes the caller has done the memory allocation. This allows replacing the kmalloc allocations entirely by static allocations. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>