Signed-off-by: Suraj Patil <surajpatil522@xxxxxxxxx> --- 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