drivers/net: Convert unbounded kzalloc calls to kcalloc
authorJoe Perches <joe@perches.com>
Wed, 11 Aug 2010 07:02:48 +0000 (07:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Aug 2010 00:45:14 +0000 (17:45 -0700)
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>

No differences found