commit | baeb2ffab4e67bb9174e6166e070a9a8ec94b0f6 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Aug 11 07:02:48 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 17 17:45:14 2010 -0700 |
tree | 08259e966cc0cacc58ed58a4865fe861cc255241 | |
parent | 5a68d5ee000bb784c4856391b4861739c8bbd341 [diff] |
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 <joe@perches.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Acked-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>