[PATCH] net: Kill some unneeded allocation return value casts in libertas
authorJesper Juhl <jesper.juhl@gmail.com>
Fri, 24 Aug 2007 15:48:16 +0000 (11:48 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:50:37 +0000 (16:50 -0700)
commit655b4d16ac5e551e5c8dac5812156edfd87bf822
treedfb8fc48d12c111d77f487d47f70fc117164bba7
parent4b04f19625dcf43171b0b8d53be050a8f144c43d
[PATCH] net: Kill some unneeded allocation return value casts in libertas

kmalloc() and friends return void*, no need to cast it.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/debugfs.c
drivers/net/wireless/libertas/ethtool.c