commit | b42024c4ca99b8227f356d8b3251750c82a9389c | [log] [tgz] |
---|---|---|
author | developer <developer@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 | 67873bdbe372559371e5299644305d919af3712f [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.