Re: [PATCH 2/3] gpio: Fix pin's status display for pin with GPIOF_UNUSED function

2022-08-02 Thread Simon Glass
On Tue, 2 Aug 2022 at 03:09, Patrice Chotard wrote: > > 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 > --- > > drivers/gpio/gpio-uclass.c | 2 +- > 1 fil

[PATCH 2/3] gpio: Fix pin's status display for pin with GPIOF_UNUSED function

2022-08-02 Thread Patrice Chotard
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 --- drivers/gpio/gpio-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpi