[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)
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>

No differences found