The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 1/3] pinctrl: cy8c95x0: Fix typo
@ 2023-12-19 12:51 Patrick Rudolph
  2023-12-19 12:51 ` [PATCH 2/3] pinctrl: cy8c95x0: Fix regression Patrick Rudolph
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick Rudolph @ 2023-12-19 12:51 UTC (permalink / raw)
  To: Patrick Rudolph, Linus Walleij; +Cc: naresh.solanki, linux-gpio, linux-kernel

Fix typo to make pinctrl-cy8c95x compile again.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
---
 drivers/pinctrl/pinctrl-cy8c95x0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-cy8c95x0.c b/drivers/pinctrl/pinctrl-cy8c95x0.c
index 4ccfa99ed93a..a8c7f00cceef 100644
--- a/drivers/pinctrl/pinctrl-cy8c95x0.c
+++ b/drivers/pinctrl/pinctrl-cy8c95x0.c
@@ -822,7 +822,7 @@ static int cy8c95x0_setup_gpiochip(struct cy8c95x0_pinctrl *chip)
 	gc->get_direction = cy8c95x0_gpio_get_direction;
 	gc->get_multiple = cy8c95x0_gpio_get_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->add_pin_ranges = cy8c95x0_add_pin_ranges;
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-20 12:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 12:51 [PATCH 1/3] pinctrl: cy8c95x0: Fix typo Patrick Rudolph
2023-12-19 12:51 ` [PATCH 2/3] pinctrl: cy8c95x0: Fix regression Patrick Rudolph
2023-12-19 12:51 ` [PATCH 3/3] pinctrl: cy8c95x0: Fix get_pincfg Patrick Rudolph
2023-12-20 12:03 ` [PATCH 1/3] pinctrl: cy8c95x0: Fix typo Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox