From: Joe Perches Date: Wed, 11 Aug 2010 07:02:48 +0000 (+0000) Subject: drivers/net: Convert unbounded kzalloc calls to kcalloc X-Git-Tag: v2.6.37-rc1~147^2~799 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baeb2ffab4e67bb9174e6166e070a9a8ec94b0f6;p=pandora-kernel.git drivers/net: Convert unbounded kzalloc calls to kcalloc These changes may be slightly safer in some instances. There are other kzalloc calls with a multiply, but those calls are typically "small fixed #" * sizeof(some pointer)" and those are not converted. Signed-off-by: Joe Perches Acked-by: Gertjan van Wingerde Acked-by: Luciano Coelho Signed-off-by: David S. Miller --- Reading git-diff-tree failed