pinctrl: intel: Add default case to intel_config_set_pull()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 Dec 2022 12:32:05 +0000 (14:32 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 27 Dec 2022 21:33:13 +0000 (23:33 +0200)
commit61ef0e49f9cb350b522e27c55401bfd23d5ea2bb
treeaa60573574aba3fd6247ec5e371f24c26909a113
parent4019bd6d8163a4d0d2e9c74e37243ddcf9a79480
pinctrl: intel: Add default case to intel_config_set_pull()

For the sake of symmetry with intel_config_get_pull(), add
a default case to the outer switch.

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