]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb81b8864c139120e6d2111d8a5c3161b623f9cf1
treea8ffc1da857e99b210d65df21209ec027c81a695
parent4804dd4c6e0cdc28cf2175a3e74f0f0167551782
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