From: Philippe Gerum <rpm@xenomai.org>
To: Giulio Moro <giulio@bela.io>
Cc: Xenomai <xenomai@lists.linux.dev>
Subject: Re: [linux-evl][v6.16-evl-rebased][PATCH] drivers/gpio/gpiolib.c: fix typo
Date: Sun, 12 Oct 2025 10:53:41 +0200 [thread overview]
Message-ID: <87frboijqi.fsf@xenomai.org> (raw)
In-Reply-To: <2458bd6f-cd9d-434d-4d85-95b553600b25@bela.io> (Giulio Moro's message of "Sat, 11 Oct 2025 14:43:15 -0500")
Giulio Moro <giulio@bela.io> writes:
> From e8f89f46672796396d37e2af2c905f8c0e3e792d Mon Sep 17 00:00:00 2001
> From: Giulio Moro <giuliomoro@yahoo.it>
> Date: Sat, 11 Oct 2025 19:42:11 +0000
> Subject: [PATCH] drivers/gpio/gpiolib.c: fix typo
>
> Signed-off-by: Giulio Moro <giuliomoro@yahoo.it>
> ---
> drivers/gpio/gpiolib.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
> index dcb44a428841..d13b0b82a9ad 100644
> --- a/drivers/gpio/gpiolib.c
> +++ b/drivers/gpio/gpiolib.c
> @@ -3872,7 +3872,7 @@ int gpiod_set_array_value_oob(struct gpio_chip *gc,
> trace_gpio_value(desc_to_gpio(desc), 0, value);
> }
>
> - gpio_chip_set_multiple(gc, mask, bits);
> + gpiochip_set_multiple(gc, mask, bits);
>
> return 0;
> }
Ack. Naming scheme changed upstream, forward porting issue. Merged, thanks.
--
Philippe.
prev parent reply other threads:[~2025-10-12 8:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-11 19:43 [linux-evl][v6.16-evl-rebased][PATCH] drivers/gpio/gpiolib.c: fix typo Giulio Moro
2025-10-12 8:53 ` Philippe Gerum [this message]
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=87frboijqi.fsf@xenomai.org \
--to=rpm@xenomai.org \
--cc=giulio@bela.io \
--cc=xenomai@lists.linux.dev \
/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