From: Suraj Patil <surajpatil522@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, jirislaby@kernel.org,
Suraj Patil <surajpatil522@gmail.com>
Subject: [PATCH] gpio: max732x: Remove deprecated irq_base assignment
Date: Wed, 19 Feb 2025 19:24:25 +0000 [thread overview]
Message-ID: <20250219192426.164654-2-surajpatil522@gmail.com> (raw)
In-Reply-To: <20250219192426.164654-1-surajpatil522@gmail.com>
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
next prev parent reply other threads:[~2025-02-19 19:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Suraj Patil [this message]
2025-02-20 5:16 ` [PATCH] gpio: max732x: Remove deprecated irq_base assignment Greg KH
2025-02-19 19:24 ` [PATCH] tty: ipwireless: Fix locking in ioctl and write_room functions Suraj Patil
2025-02-20 5:15 ` Greg KH
2025-02-20 5:14 ` [PATCH] gpio: gpiolib: Remove FIXME by safely handling const in gpiod_get_raw_value_commit 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=20250219192426.164654-2-surajpatil522@gmail.com \
--to=surajpatil522@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®