IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.
authorKrzysztof Hałasa <khc@pm.waw.pl>
Sun, 2 Sep 2012 17:23:27 +0000 (19:23 +0200)
committerJason Cooper <jason@lakedaemon.net>
Thu, 22 Nov 2012 03:35:30 +0000 (03:35 +0000)
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
arch/arm/mach-ixp4xx/goramo_mlr.c

index f417632..53b8348 100644 (file)
@@ -330,7 +330,7 @@ static struct platform_device device_hss_tab[] = {
 };
 
 
-static struct platform_device *device_tab[6] __initdata = {
+static struct platform_device *device_tab[7] __initdata = {
        &device_flash,          /* index 0 */
 };