]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()
authorZhen Lei <thunder.leizhen@huawei.com>
Thu, 22 Jul 2021 03:39:29 +0000 (11:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 09:41:23 +0000 (11:41 +0200)
commit0fda79d3c3c48dd8ff2e0f47cace0366b003fc97
tree820dfb80e6582814cbde7f9fb4659c95e9fa40e3
parent0b7dd6d4ad0871313be443820554ebc3fdb3da3a
pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()

[ Upstream commit d789a490d32fdf0465275e3607f8a3bc87d3f3ba ]

Fix to return -ENOTSUPP instead of 0 when PCS_HAS_PINCONF is true, which
is the same as that returned in pcs_parse_pinconf().

Fixes: 4e7e8017a80e ("pinctrl: pinctrl-single: enhance to configure multiple pins of different modules")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210722033930.4034-2-thunder.leizhen@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/pinctrl-single.c