All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suraj Patil <surajpatil522@gmail.com>
To: linux-gpio@vger.kernel.org
Cc: Suraj Patil <surajpatil522@gmail.com>
Subject: [PATCH] gpio: max732x: Remove deprecated irq_base assignment
Date: Wed, 19 Feb 2025 15:51:18 +0000	[thread overview]
Message-ID: <20250219155118.161718-1-surajpatil522@gmail.com> (raw)

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


             reply	other threads:[~2025-02-19 15:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-19 15:51 Suraj Patil [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-19 19:24 [PATCH] gpio: gpiolib: Remove FIXME by safely handling const in gpiod_get_raw_value_commit Suraj Patil
2025-02-19 19:24 ` [PATCH] gpio: max732x: Remove deprecated irq_base assignment Suraj Patil
2025-02-20  5:16   ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250219155118.161718-1-surajpatil522@gmail.com \
    --to=surajpatil522@gmail.com \
    --cc=linux-gpio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.