[PATCH 2/10] IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.
Krzysztof Halasa
khc at pm.waw.pl
Thu Sep 20 16:16:17 EDT 2012
--- a/arch/arm/mach-ixp4xx/goramo_mlr.c
+++ b/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 */
};
--
Krzysztof Halasa
More information about the linux-arm-kernel
mailing list