Skip to content

Commit

Permalink
IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
  • Loading branch information
Krzysztof Hałasa authored and Jason Cooper committed Nov 22, 2012
1 parent 3043c5c commit 87ba5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ixp4xx/goramo_mlr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 87ba5c6

Please sign in to comment.