commit | 9dc83afdbefd184bf29f347e8fcbb6d8a2b5e6fe | [log] [tgz] |
---|---|---|
author | Mariusz Kozlowski <m.kozlowski@tuxland.pl> | Mon Aug 06 23:44:03 2007 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Aug 07 17:36:20 2007 -0400 |
tree | 34e295de896a8accf6ce47bfd39cb481d84b9d9e | |
parent | 163642a24a44d7b1d1e1b3cb8da25a142a919e24 [diff] |
drivers/net/ibmveth.c: memset fix > >> Looks like memset() is zeroing wrong nr of bytes. > > > > Good catch, however, I think we can just remove this memset altogether > > since the memory gets allocated via kzalloc. > > Correct, that memset() is superfluous. Ok. Then this should do it. Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> drivers/net/ibmveth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Signed-off-by: Jeff Garzik <jeff@garzik.org>