gpiolib: remove unnecessary argument from set_config call
authorKent Gibson <warthog618@gmail.com>
Mon, 20 Jan 2020 10:46:26 +0000 (18:46 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 10 Feb 2020 09:55:18 +0000 (10:55 +0100)
commit8131b73b22c25e57e926874bb284f61cc3f8ac5e
tree18cf43504b8612a0b35d5472ee8e7d5dc694df81
parent4d0cabbb8b6a6cb010c19e8a3da2da5e0aaf5ef0
gpiolib: remove unnecessary argument from set_config call

Remove unnecessary argument when setting PIN_CONFIG_BIAS_DISABLE. No
argument is expected by pinctrl, so removing it should be harmless.

Fixes: 2148ad7790ea ("gpiolib: add support for disabling line bias")
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpiolib.c