From: Mariusz Kozlowski Date: Mon, 6 Aug 2007 21:44:03 +0000 (+0200) Subject: drivers/net/ibmveth.c: memset fix X-Git-Tag: v2.6.23-rc3~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc83afdbefd184bf29f347e8fcbb6d8a2b5e6fe;p=pandora-kernel.git 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 drivers/net/ibmveth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed