powerpc/spufs: correct kcalloc usage
authorMilton Miller <miltonm@bga.com>
Thu, 10 Jul 2008 23:03:09 +0000 (09:03 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 22 Jul 2008 23:37:16 +0000 (09:37 +1000)
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 <miltonm@bga.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found