Re: [PATCH 11/12] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()
From: Bartosz Golaszewski
Date: Fri Jul 24 2026 - 03:47:22 EST
On Thu, 23 Jul 2026 19:56:31 +0200, Eliav Farber <farbere@xxxxxxxxxx> said:
> Replace the blocking_notifier_chain_register() +
> devm_add_action_or_reset() pattern with a single call to
> devm_blocking_notifier_chain_register(), removing the
> gpio_unbind_unregister_notifier() callback.
>
> Signed-off-by: Eliav Farber <farbere@xxxxxxxxxx>
> ---
This could conflict with the changes I already have queued so either it waits
until the next cycle or I'd need an immutable branch with patch 1/12.
Bartosz