diff options
author | Martyn Welch <[email protected]> | 2022-09-14 16:15:55 +0100 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2022-09-15 10:08:44 +0200 |
commit | b122624ab91705d30354f0397b1eea931c6b1933 (patch) | |
tree | b6fdfb7a16eaba09bb0862d1990b9ca7b0889e7e /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 9f7fed73072e34b123f8c856ae21a2154c0e9781 (diff) |
gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()
A previous fix, commit dc87f6dd058a ("gpio: pca953x: Fix
pca953x_gpio_set_config"), identified that pinconf_to_config_param() needed
to be used to isolate the config_param from the pinconf in
pca953x_gpio_set_config(). This fix however did not consider that this
would also be needed in pca953x_gpio_set_pull_up_down() to which it passes
this config.
Perform a similar call in pca953x_gpio_set_pull_up_down() to isolate the
configuration parameter there as well, rather than passing it from
pca953x_gpio_set_config() as the configuration argument may also be needed
in pca953x_gpio_set_pull_up_down() at a later date.
Signed-off-by: Martyn Welch <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions