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:
3c0eee3
)
kmemleak: remove memset by using kzalloc
author
Jesper Juhl
<jj@chaosbits.net>
Sat, 30 Oct 2010 21:43:05 +0000
(23:43 +0200)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 27 Jan 2011 18:31:51 +0000
(18:31 +0000)
We don't need to memset if we just use kzalloc() rather than kmalloc() in
kmemleak_test_init().
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Reviewed-by: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/kmemleak-test.c
patch
|
blob
|
history
diff --cc
mm/kmemleak-test.c
Simple merge