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

From: Andy Shevchenko
Date: Mon Sep 18 2023 - 03:26:58 EST


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