commit | 9592bc256d50481dfcdba93890e576a728fb373c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jun 14 13:49:29 2017 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jun 20 11:33:49 2017 +0200 |
tree | 563c3c213505ab796ea0ab453af486421c12b115 | |
parent | 6efaf7cbe6686ea5b066331af3ac06d69a76cd02 [diff] |
pinctrl: uniphier: fix WARN_ON() of pingroups dump on LD11 The pingroups dump of debugfs hits WARN_ON() in pinctrl_groups_show(). Filling non-existing ports with '-1' turned out a bad idea. Fixes: 70f2f9c4cf25 ("pinctrl: uniphier: add UniPhier PH1-LD11 pinctrl driver") Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>