Re: [PATCH 09/12] gpio: reg: use new GPIO line value setter callbacks

From: Bartosz Golaszewski
Date: Wed Jun 18 2025 - 09:05:08 EST


On Tue, Jun 17, 2025 at 2:24 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> struct gpio_chip now has callbacks for setting line values that return
> an integer, allowing to indicate failures. Convert the driver to using
> them.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> ---

I missed one instance where the set() callback is called directly via
the function pointer. Will fix in v2.

Bart