git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901ded2
)
[NET]: Avoid pointless allocation casts in BSD compression module
author
Jesper Juhl
<jesper.juhl@gmail.com>
Sat, 25 Aug 2007 06:24:43 +0000
(23:24 -0700)
committer
David 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