pinctrl: airoha: Fix return value in pinconf callbacks
authorLorenzo Bianconi <lorenzo@kernel.org>
Fri, 22 Aug 2025 12:14:18 +0000 (14:14 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Aug 2025 13:08:58 +0000 (15:08 +0200)
commit563fcd6475931c5c8c652a4dd548256314cc87ed
tree84222b9d21fced25e94d68bcd3e8a9219cbdc7f7
parenta12946bef0407cf2db0899c83d42c47c00af3fbc
pinctrl: airoha: Fix return value in pinconf callbacks

Pinctrl stack requires ENOTSUPP error code if the parameter is not
supported by the pinctrl driver. Fix the returned error code in pinconf
callbacks if the operation is not supported.

Fixes: 1c8ace2d0725 ("pinctrl: airoha: Add support for EN7581 SoC")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/20250822-airoha-pinconf-err-val-fix-v1-1-87b4f264ced2@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mediatek/pinctrl-airoha.c