[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)
commitc573f73ce95d7e421cb4b9928dd41ac9518fcccf
treea2883fb046aab1e4c9ed647e59e441c3a9d41da9
parent901ded25fb98d76e55a8920834b173e7efc026b6
[NET]: Avoid pointless allocation casts in BSD compression module

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>
drivers/net/bsd_comp.c