[PATCH 10/21] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()

Andy Shevchenko andriy.shevchenko at linux.intel.com
Wed Sep 6 07:23:29 PDT 2023


On Tue, Sep 05, 2023 at 08:52:58PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski at linaro.org>
> 
> Remove all remaining uses of find_chip_by_name() (and subsequently:
> gpiochip_find()) from gpiolib.c and use the new
> gpio_device_find_by_label() instead.

...

> -		desc = gpiochip_get_desc(gc, p->chip_hwnum);
> +		desc = gpiochip_get_desc(gdev->chip, p->chip_hwnum);

Why not gpio_device_get_desc()?


-- 
With Best Regards,
Andy Shevchenko





More information about the linux-arm-kernel mailing list