Re: [PATCH v1 1/1] gpiolib: Get rid of redundant 'else' (part 2)
From: Andy Shevchenko
Date: Wed Mar 30 2022 - 11:01:58 EST
On Mon, Mar 28, 2022 at 02:28:56PM +0300, Andy Shevchenko wrote:
> In the snippets like the following
>
> if (...)
> return / goto / break / continue ...;
> else
> ...
>
> the 'else' is redundant. Get rid of it by using switch-case pattern.
> Note that the pattern seems more usual for IOCTL handlers.
It appears that part 1 (as per subject) was never submitted before.
So, I unify them in v2 of this patch.
--
With Best Regards,
Andy Shevchenko