Message ID | 20250219155118.161718-1-surajpatil522@gmail.com |
---|---|
State | New |
Headers | show |
Series | gpio: max732x: Remove deprecated irq_base assignment | expand |
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;
Signed-off-by: Suraj Patil <surajpatil522@gmail.com> --- drivers/gpio/gpio-max732x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)