pinctrl: tangier: Move default strength assignment to a switch-case
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Oct 2023 15:53:40 +0000 (17:53 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 13 Nov 2023 11:52:56 +0000 (13:52 +0200)
commit0a4cfed79e4f4498c5f9d76c7e149e51a32d5be5
treeee447cbba3641940688a77c36a30aa0dbfdf2ca1
parent2b9282afa8e9c34c42de42c2064a056a735fd7f0
pinctrl: tangier: Move default strength assignment to a switch-case

iWhen ->pin_config_set() is called from the GPIO library (assumed
GpioIo() ACPI resource), the argument can be 1, when, for example,
PullDefault is provided. In such case we supply sane default in
the driver. Move that default assingment to a switch-case, so
it will be consolidated in one place.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Raag Jadav <raag.jadav@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-tangier.c