From: Milton Miller Date: Thu, 10 Jul 2008 23:03:09 +0000 (+1000) Subject: powerpc/spufs: correct kcalloc usage X-Git-Tag: v2.6.27-rc1~222^2~25^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bcab8405c98c34849c5795c717b7e6a3e2d3875;p=pandora-kernel.git powerpc/spufs: correct kcalloc usage kcalloc is supposed to be called with the count as its first argument and the element size as the second. Signed-off-by: Milton Miller Signed-off-by: Jeremy Kerr --- Reading git-diff-tree failed