Re: [PATCH v1 1/1] gpiolib: devres: Get rid of unused devm_gpio_free()

From: Bartosz Golaszewski
Date: Thu Jun 23 2022 - 10:36:59 EST


On Wed, Jun 22, 2022 at 7:28 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> The last user, which in fact was a dead code, has gone a year ago,
> previous one 3 years ago. On top of that we want to drop away the
> legacy GPIO APIs in the kernel, so take a chance to get rid of
> unused devm_gpio_free() and accompanying stuff.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---

Always a pleasure to remove code. :) Applied, thanks!

Bart