[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>
This commit is contained in:
Jesper Juhl 2007-08-24 11:48:16 -04:00 committed by David S. Miller
commit 655b4d16ac
2 changed files with 2 additions and 3 deletions