linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: max732x: Remove deprecated irq_base assignment
@ 2025-02-19 15:51 Suraj Patil
  0 siblings, 0 replies; only message in thread
From: Suraj Patil @ 2025-02-19 15:51 UTC (permalink / raw)
  To: linux-gpio; +Cc: Suraj Patil

Signed-off-by: Suraj Patil <surajpatil522@gmail.com>
---
 drivers/gpio/gpio-max732x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-max732x.c b/drivers/gpio/gpio-max732x.c
index 49d362907bc7..bc30cb57e222 100644
--- a/drivers/gpio/gpio-max732x.c
+++ b/drivers/gpio/gpio-max732x.c
@@ -525,7 +525,7 @@ static int max732x_irq_setup(struct max732x_chip *chip,
 		girq->default_type = IRQ_TYPE_NONE;
 		girq->handler = handle_simple_irq;
 		girq->threaded = true;
-		girq->first = irq_base; /* FIXME: get rid of this */
+		/* FIXME: get rid of this */
 	}
 
 	return 0;
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-19 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 15:51 [PATCH] gpio: max732x: Remove deprecated irq_base assignment Suraj Patil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).