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:
19b4e7f
)
x86: debug Store - call kfree if only we really need it
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Tue, 1 Apr 2008 15:41:50 +0000
(19:41 +0400)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:34 +0000
(17:41 +0200)
We should call for kfree if only we really need it.
Though it's safe to call kfree with NULL pointer passed
in this code we've already tested the pointer and can
eliminate the call
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found