diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2012-09-02 13:23:27 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-21 22:35:30 -0500 |
commit | 87ba5c6a313b4da5639a18d7796e51483ededd17 (patch) | |
tree | 6c8d658d82e67b3cb2af15b317ad9aa89a636fe9 /arch/arm/mach-ixp4xx | |
parent | 3043c5c8bf3511d76bbdcf27f56449549d4bb70c (diff) |
IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'arch/arm/mach-ixp4xx')
-rw-r--r-- | arch/arm/mach-ixp4xx/goramo_mlr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/goramo_mlr.c b/arch/arm/mach-ixp4xx/goramo_mlr.c index f417632bc991..53b8348dfcc2 100644 --- 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[] = { | |||
330 | }; | 330 | }; |
331 | 331 | ||
332 | 332 | ||
333 | static struct platform_device *device_tab[6] __initdata = { | 333 | static struct platform_device *device_tab[7] __initdata = { |
334 | &device_flash, /* index 0 */ | 334 | &device_flash, /* index 0 */ |
335 | }; | 335 | }; |
336 | 336 | ||