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:
4009d98
)
[PATCH] Don't check pointer for NULL before passing it to kfree [arch/powerpc/kernel...
author
Jesper Juhl
<jesper.juhl@gmail.com>
Sat, 4 Feb 2006 19:35:59 +0000
(20:35 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 7 Feb 2006 10:51:53 +0000
(21:51 +1100)
Checking a pointer for NULL before passing it to kfree is pointless, kfree
does its own NULL checking of input.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/rtas_flash.c
patch
|
blob
|
history
diff --cc
arch/powerpc/kernel/rtas_flash.c
Simple merge