From: Steven Rostedt Date: Fri, 27 Feb 2009 15:51:10 +0000 (-0500) Subject: tracing: replace kzalloc with kcalloc X-Git-Tag: v2.6.30-rc1~2^2~75^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cfe82451dfa3ebf4e69158f2eb450f2fbb6b715;p=pandora-kernel.git tracing: replace kzalloc with kcalloc Impact: clean up kcalloc is a better approach to allocate a NULL array. Reported-by: Andrew Morton Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed