From: Jesper Juhl Date: Sat, 30 Oct 2010 21:43:05 +0000 (+0200) Subject: kmemleak: remove memset by using kzalloc X-Git-Tag: v2.6.38-rc3~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a08739e81671de2cb690774937fe510c000b27f;p=pandora-kernel.git kmemleak: remove memset by using kzalloc We don't need to memset if we just use kzalloc() rather than kmalloc() in kmemleak_test_init(). Signed-off-by: Jesper Juhl Reviewed-by: Minchan Kim Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed