Re: [PATCH v1 4/5] pinctrl: intel: Refactor intel_gpio_add_pin_ranges() to make it shorter
From: Mika Westerberg
Date: Thu Mar 19 2026 - 02:03:55 EST
On Wed, Mar 18, 2026 at 04:10:18PM +0100, Andy Shevchenko wrote:
> Refactor intel_gpio_add_pin_ranges() to make it shorter in binary
> and source formats.
>
> Function old new delta
> intel_gpio_add_pin_ranges 219 215 -4
> Total: Before=15522, After=15518, chg -0.03%
Well if you enable optimization the compiler probably puts this into
register and you don't see any changes here. Also code-wise this is
neglible IMHO.