[NET]: Remove more unneeded typecasts on *malloc()
authorKris Katterjohn <kjak@users.sourceforge.net>
Wed, 11 Jan 2006 23:56:43 +0000 (15:56 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 12 Jan 2006 00:32:14 +0000 (16:32 -0800)
This removes more unneeded casts on the return value for kmalloc(),
sock_kmalloc(), and vmalloc().

Signed-off-by: Kris Katterjohn <kjak@users.sourceforge.net>
Acked-by: James Morris <jmorris@namei.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found