[NET]: Avoid pointless allocation casts in BSD compression module
authorJesper Juhl <jesper.juhl@gmail.com>
Sat, 25 Aug 2007 06:24:43 +0000 (23:24 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 27 Aug 2007 01:35:45 +0000 (18:35 -0700)
The general kernel memory allocation functions return void pointers
and there is no need to cast their return values.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found