commit | 9c7490b391eddfeb9e525c3ecf1bf48969244c48 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Aug 30 14:09:12 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 14 18:11:59 2022 -0400 |
tree | f490af7dcd74afdc29f62aed18e43ea8a6e12e14 | |
parent | f0a6ae1edafa9195155c9ea457e7ad287c618085 [diff] |
gpio: Fix pin's status display for pin with GPIOF_UNUSED function Even pin with GPIOF_UNUSED function can have a label. The criteria to add or not a space character is linked to label not to the used/unused status. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>