diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-03-21 07:57:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 07:57:03 +0100 |
commit | cee4854122d4347b2f6f10fe7f007a48fada29a0 (patch) | |
tree | ffff0f0438b9b4729c0fc0c9880e19a221beff28 /net/bridge/br_input.c | |
parent | [BRIDGE]: use kcalloc (diff) | |
download | linux-cee4854122d4347b2f6f10fe7f007a48fada29a0.tar.xz linux-cee4854122d4347b2f6f10fe7f007a48fada29a0.zip |
[BRIDGE]: use kzalloc
Use kzalloc versus kmalloc+memset. Also don't need to do
memset() of bridge address since it is in netdev private data
that is already zero'd in alloc_netdev.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_input.c')
0 files changed, 0 insertions, 0 deletions