commit | eeb690bceb1eb95f6c1c526079e1315dd459855e | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Nov 13 22:36:12 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Nov 13 22:36:12 2017 +0100 |
tree | 945f7ba6e403eacabaac5de602a572b8327500be | |
parent | fd35b2023b617ceadfce679ff091c6f652f7c878 [diff] |
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: 756a024f3983 ("pinctrl: gemini: Fix GMAC groups") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>