]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit9bcab8405c98c34849c5795c717b7e6a3e2d3875
treec45692eb04a6b29b9c171af605bbe5036d770c8e
parent8725f25acc656c1522d48a6746055099efdaca4c
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 <miltonm@bga.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
arch/powerpc/platforms/cell/spufs/sputrace.c