]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
EDAC, ppc4xx: Access mci->csrows array elements properly
authorMichael Walle <michael@walle.cc>
Tue, 21 Jul 2015 09:00:53 +0000 (11:00 +0200)
committerBorislav Petkov <bp@suse.de>
Thu, 13 Aug 2015 04:02:19 +0000 (06:02 +0200)
commit5c16179b550b9fd8114637a56b153c9768ea06a5
treeb0a4dfedba06549be5ede9e6611f6985c3047768
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
EDAC, ppc4xx: Access mci->csrows array elements properly

The commit

  de3910eb79ac ("edac: change the mem allocation scheme to
 make Documentation/kobject.txt happy")

changed the memory allocation for the csrows member. But ppc4xx_edac was
forgotten in the patch. Fix it.

Signed-off-by: Michael Walle <michael@walle.cc>
Cc: <stable@vger.kernel.org>
Cc: linux-edac <linux-edac@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Link: http://lkml.kernel.org/r/1437469253-8611-1-git-send-email-michael@walle.cc
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/ppc4xx_edac.c