On Tue, 10 Jun 2025 at 14:38, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski
>
> 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
Reviewed-by: Ge
From: Bartosz Golaszewski
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
---
drivers/soc/renesas/pwc-rzv2m.c | 8 +---
1 file changed, 5 insertions(+), 3