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 > >