pinctrl: rzg2l: Variable may not have been assigned to
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Thu, 7 Aug 2025 14:41:18 +0000 (15:41 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 3 Sep 2025 00:45:08 +0000 (02:45 +0200)
commit8705ee4b6d3665f096017aaef5c1496ba7c74cc3
treedebc569b30d9ef85ed422d2ba4d2854dc09e7218
parentd367be2b13a388fdb0dc2720f66c30ddcec8a4fd
pinctrl: rzg2l: Variable may not have been assigned to

In rzg2l_pinconf_set and rzg2l_get_pin_muxing if the call to
rzg2l_selector_decode fails then the variable pin may not have been
assigned to. Remove the use of pin from the error message. Also update
the error message to show the invalid selector used instead of port
which will be the error code returned.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Paul Barker <paul@pbarker.dev>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/pinctrl/renesas/rzg2l-pfc.c