RE: [PATCH 1/2] gpio: stm32: cosmetic: cleanup gpio_stm32_probe

2020-10-02 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mercredi 9 septembre 2020 18:29 > > Move the variables definition at the beggining of the function > gpio_stm32_probe(). > > Signed-off-by: Patrick Delaunay > --- > > drivers/gpio/stm32_gpio.c | 10 -- > 1 file changed, 4 insertions(+), 6

Re: [PATCH 1/2] gpio: stm32: cosmetic: cleanup gpio_stm32_probe

2020-10-02 Thread Patrice CHOTARD
Hi Patrick On 9/9/20 6:28 PM, Patrick Delaunay wrote: > Move the variables definition at the beggining of the function > gpio_stm32_probe(). > > Signed-off-by: Patrick Delaunay > --- > > drivers/gpio/stm32_gpio.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git