Commit 87ba5c6a authored by Krzysztof Hałasa's avatar Krzysztof Hałasa Committed by Jason Cooper

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

Signed-off-by: default avatarKrzysztof Hałasa <khc@pm.waw.pl>
parent 3043c5c8
......@@ -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 */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment