commit | de7416bcee3f7c9004fff92795a03a46f3f40316 | [log] [tgz] |
---|---|---|
author | Axel Haslam <ahaslam@baylibre.com> | Wed Nov 09 15:54:00 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Nov 11 21:28:07 2016 +0100 |
tree | 3b89455382d1802e86fd245cfd26f1b2802e33d5 | |
parent | 95bdb0ea3668d86513376e0e88e88f5c0202acba [diff] |
pinctrl: single: check for any error when getting rows pinctrl_count_index_with_args returns -ENOENT not -EINVAL. The return check would pass, and we would try to kzalloc with a negative error size throwing a warning. Instead of checking for -EINVAL specifically, lets check for any error and avoid negative size allocations. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>