Re: [PATCH v1 1/1] libnvdimm/labels: Get rid of redundant 'else'
From: Ira Weiny
Date: Wed Nov 05 2025 - 14:16:26 EST
Andy Shevchenko wrote:
> In the snippets like the following
>
> if (...)
> return / goto / break / continue ...;
> else
> ...
>
> the 'else' is redundant. Get rid of it.
What is the reason for this change? This results in 0.6% code size
reduction. Is that really worth this effort?
Ira
[snip]