commit | c573f73ce95d7e421cb4b9928dd41ac9518fcccf | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Fri Aug 24 23:24:43 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Aug 26 18:35:45 2007 -0700 |
tree | a2883fb046aab1e4c9ed647e59e441c3a9d41da9 | |
parent | 901ded25fb98d76e55a8920834b173e7efc026b6 [diff] |
[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>