Re: [PATCH 1/2] hwmon: (ltc2992) Use new GPIO line value setter callbacks
From: Bartosz Golaszewski
Date: Tue Apr 08 2025 - 02:52:36 EST
On Tue, Apr 8, 2025 at 12:00 AM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> On Mon, Apr 07, 2025 at 09:16:16AM +0200, Bartosz Golaszewski 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>
>
> Applied, after fixing the multi-line alignment issue reported by checkpatch.
>
Huh, I always run b4 --check, it didn't report anything.
Anyway, thanks!
Bart