Re: [PATCH v1 5/5] gpio: max77620: Move variable declaration

2020-07-08 Thread Dmitry Osipenko
08.07.2020 11:47, Andy Shevchenko пишет: > On Wed, Jul 8, 2020 at 11:29 AM Dmitry Osipenko wrote: >> >> Let's move the virq variable declaration to a top-level scope just to >> make the code a bit more visually appealing. > > To me it sounds like unneeded churn, but it's up to maintainers. > I

Re: [PATCH v1 5/5] gpio: max77620: Move variable declaration

2020-07-08 Thread Andy Shevchenko
On Wed, Jul 8, 2020 at 11:29 AM Dmitry Osipenko wrote: > > Let's move the virq variable declaration to a top-level scope just to > make the code a bit more visually appealing. To me it sounds like unneeded churn, but it's up to maintainers. -- With Best Regards, Andy Shevchenko

[PATCH v1 5/5] gpio: max77620: Move variable declaration

2020-07-08 Thread Dmitry Osipenko
Let's move the virq variable declaration to a top-level scope just to make the code a bit more visually appealing. Signed-off-by: Dmitry Osipenko --- drivers/gpio/gpio-max77620.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-max77620.c b/drivers/gpio/gp