Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Signed-off-by: default avatarKrzysztof Hałasa <khc@pm.waw.pl>
parent 3043c5c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
};