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