From: Russell King Date: Mon, 20 Mar 2006 16:52:32 +0000 (+0000) Subject: [ARM] Use kcalloc to allocate counter_config array rather than kmalloc X-Git-Tag: v2.6.17-rc1~1122^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e9ff56382bdce340d50b6ff22c422dc617106c;p=pandora-kernel.git [ARM] Use kcalloc to allocate counter_config array rather than kmalloc We need this to be zero initialised. Since this is an array, use kcalloc rather than kzalloc or kmalloc. Signed-off-by: Russell King --- Reading git-diff-tree failed