pinctrl: intel: Move default strength assignment to a switch-case
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Oct 2023 15:54:32 +0000 (17:54 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 13 Nov 2023 11:56:42 +0000 (13:56 +0200)
commit6217728b38580bd3a4c6db6f65359f93c52f5901
tree24b19d70fb9d6edab84a3159c98a0ad19d88cfa7
parent0a4cfed79e4f4498c5f9d76c7e149e51a32d5be5
pinctrl: intel: 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.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-intel.c