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? -- With Best Regards, Andy Shevchenko