commit | eb8f3a7cffbe41134391cb941dd9e3814dc4c41c | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Aug 30 14:09:12 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Sep 15 09:55:30 2022 -0400 |
tree | 8aaf680efb29eac13cc3a7a9a8a7df3f10abdf75 | |
parent | 8b1310e41be5f6fbc52817056f1931f01deaf799 [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>