Re: [PATCH v3 10/11] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()

From: Bartosz Golaszewski
Date: Mon Sep 18 2023 - 04:05:52 EST


On Mon, Sep 18, 2023 at 9:26 AM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> On Fri, Sep 15, 2023 at 05:03:25PM +0200, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> >
> > We're porting all users of gpiochip_find() to using gpio_device_find().
> > Update the swnode GPIO code.
>
> ...
>
> > + gdev = gpio_device_find_by_label((void *)gdev_node->name);
>
> Why do you need casting here?
>

Most likely not, I'll check later.

Bart

> --
> With Best Regards,
> Andy Shevchenko
>
>