Files
linux-stable-mirror/drivers/pinctrl
Yu-Chun LinandGreg Kroah-Hartman 7585a711e1 pinctrl: abx500: Fix type of 'argument' variable
[ Upstream commit 34006f7789 ]

The argument variable is assigned the return value of
pinconf_to_config_argument(), which returns a u32. Change its type from
enum pin_config_param to unsigned int to correctly store the configuration
argument.

Fixes: 03b054e969 ("pinctrl: Pass all configs to driver on pin_config_set()")
Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-06-01 17:39:19 +02:00
..