pinctrl: baytrail: Fix types of config value in byt_pin_config_set()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Nov 2023 17:50:36 +0000 (19:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:30 +0000 (20:14 +0000)
commit6eef17a3c68745669776de32e72938d57fdb2a4b
tree2e315f52976fdd2c55759c0e1d45a3d72d21b273
parent24d748413cc4e1d97074bae1f335d32d30912f10
pinctrl: baytrail: Fix types of config value in byt_pin_config_set()

[ Upstream commit 1a856a22e6036c5f0d6da7568b4550270f989038 ]

When unpacked, the config value is split to two of different types.
Fix the types accordingly.

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