]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls
authorJoe Jin <lkmaillist@gmail.com>
Tue, 6 Feb 2007 22:16:40 +0000 (14:16 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:38:59 +0000 (12:38 -0800)
commit243cb4e56061c3f4cb76312c5527840344d57c3b
treeb859dc994bd6a1eb9267572180bc206331bfbac3
parent6b31a515e3401685cdab2eeb6692f1a0f53f72ca
[BONDING]: Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls

Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls in
the bonding driver.

Signed-off-by: Joe Jin <lkmaillist@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/net/bonding/bond_alb.c
drivers/net/bonding/bond_main.c