commit | 4fd0be037229bb558e36002d061967880d80ce88 | [log] [tgz] |
---|---|---|
author | Weijie Gao <weijie.gao@mediatek.com> | Wed Jul 19 17:16:42 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 03 09:40:50 2023 -0400 |
tree | 02dfd53edd3c67333affeb340e96edc2fc7045b9 | |
parent | 7cb50cd477b7a28221614e28400fdfe1ba4e61c2 [diff] |
pinctrl: mediatek: fix the return value in driving configuration functions The original mediatek pinctrl functions for driving configuration 'mtk_pinconf_drive_set_*' do not return -ENOSUPP even if input parameters are not supported. This patch fixes the return value in those functions. Signed-off-by: Sam Shih <sam.shih@mediatek.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>