pinctrl: equilibrium: Unshadow error code of of_property_count_u32_elems()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 29 Nov 2023 16:06:26 +0000 (18:06 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Dec 2023 14:00:10 +0000 (15:00 +0100)
commitc82c03819b92df0e6472d4c3424e9fd614dde8ad
tree48da5a10a20b31577d2cc0a084f626a2404c1b43
parent9e863d276876e085910f33b1b45d4bc8125e179a
pinctrl: equilibrium: Unshadow error code of of_property_count_u32_elems()

of_property_count_u32_elems() might return an error code in some cases.
It's naturally better to assign what it's returned to the err variable
and supply the real code to the upper layer(s). Besides that, it's a
common practice to avoid assignments for the data in cases when we know
that the error condition happened. Refactor the code accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231129161459.1002323-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-equilibrium.c