Re: [PATCH] gpio: don't warn about removing GPIO chips with active users anymore

From: Bartosz Golaszewski
Date: Fri Feb 23 2024 - 03:58:44 EST


On Wed, Feb 21, 2024 at 11:21 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> With SRCU we can now correctly handle the situation when a GPIO provider
> is removed while having users still holding references to GPIO
> descriptors. Remove all warnings emitted in this situation.
>
> Suggested-by: Kent Gibson <warthog618@xxxxxxxxx>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
> ---

Patch applied.

Bart