commit | fe13862c9cad6f7d7d4faa97f546eb94d4989f44 | [log] [tgz] |
---|---|---|
author | Vasyl Gomonovych <gomonovych@gmail.com> | Thu Dec 21 16:55:10 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Dec 28 13:53:06 2017 +0100 |
tree | 05de288d2f0de370bfdd4cb36e5d7f62830e4ec7 | |
parent | bd8ed930af7d3e325d53cb6c976c59abb885c1fc [diff] |
gpio: fix aspeed_gpio_banks array size check The test should be >= ARRAY_SIZE() instead of > ARRAY_SIZE(). Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>