]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5118e5ea312245a582913e44e58e504001f73e5b
treea2883fb046aab1e4c9ed647e59e441c3a9d41da9
parent9fc757bbf80e8545082417c446fac9bba640eca5
[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