Browse Source

IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Krzysztof Hałasa 13 years ago
parent
commit
87ba5c6a31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-ixp4xx/goramo_mlr.c

+ 1 - 1
arch/arm/mach-ixp4xx/goramo_mlr.c

@@ -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 */
 };