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

Commit eeb690bc authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: gemini: Fix missing pad descriptions



A pretty clever static checker found a bug in my patch: I added more
bits to a bitmask but didn't extend the array indexed to the same
bitmask.

Fixes: 756a024f ("pinctrl: gemini: Fix GMAC groups")
Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent fd35b202
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -136,6 +136,8 @@ static const char * const gemini_padgroups[] = {
	"PCI CLK",
	NULL, NULL,
	"TVC CLK",
	NULL, NULL, NULL, NULL, NULL,
	"GMAC1",
};

static const struct pinctrl_pin_desc gemini_3512_pins[] = {