drivers: bus: fix CCI driver kcalloc call parameters swap
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Mon, 27 Jan 2014 10:50:37 +0000 (10:50 +0000)
committerOlof Johansson <olof@lixom.net>
Fri, 31 Jan 2014 23:15:13 +0000 (15:15 -0800)
commit7c762036e2480bfd43e62ed872b82e372fe92474
treea8ffc1da857e99b210d65df21209ec027c81a695
parent94db37ad85f8711d38744d3a12cae569641a41a3
drivers: bus: fix CCI driver kcalloc call parameters swap

This patch fixes a bug/typo in the CCI driver kcalloc usage
that inadvertently swapped the parameters order in the
kcalloc call and went unnoticed.

Reported-by: Xia Feng <xiafeng@allwinnertech.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/bus/arm-cci.c