1
0
Fork 0

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

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
hifive-unleashed-5.1
Krzysztof Hałasa 2012-09-02 19:23:27 +02:00 committed by Jason Cooper
parent 3043c5c8bf
commit 87ba5c6a31
1 changed files with 1 additions and 1 deletions

View File

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