mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
pinctrl: cy8c95x0: Fix typo
[ Upstream commit 47b1fa48116238208c1b1198dba10f56fc1b6eb2 ] Fix typo to make pinctrl-cy8c95x compile again. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Link: https://lore.kernel.org/r/20231219125120.4028862-1-patrick.rudolph@9elements.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
75e94701c0
commit
a54e7741cc
@@ -857,7 +857,7 @@ static int cy8c95x0_setup_gpiochip(struct cy8c95x0_pinctrl *chip)
|
|||||||
gc->get_direction = cy8c95x0_gpio_get_direction;
|
gc->get_direction = cy8c95x0_gpio_get_direction;
|
||||||
gc->get_multiple = cy8c95x0_gpio_get_multiple;
|
gc->get_multiple = cy8c95x0_gpio_get_multiple;
|
||||||
gc->set_multiple = cy8c95x0_gpio_set_multiple;
|
gc->set_multiple = cy8c95x0_gpio_set_multiple;
|
||||||
gc->set_config = gpiochip_generic_config,
|
gc->set_config = gpiochip_generic_config;
|
||||||
gc->can_sleep = true;
|
gc->can_sleep = true;
|
||||||
gc->add_pin_ranges = cy8c95x0_add_pin_ranges;
|
gc->add_pin_ranges = cy8c95x0_add_pin_ranges;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user