Re: [PATCH 11/12] gpio: gpiolib-kunit: use devm_blocking_notifier_chain_register()
Bartosz Golaszewski <[email protected]>
| Newsgroups | gmane.linux.pwm,gmane.linux.acpi.devel,gmane.linux.kernel,gmane.linux.kernel.gpio,gmane.linux.kernel.iio,gmane.linux.kernel.input,gmane.linux.drivers.platform.x86.devel |
|---|---|
| Message-ID | <CAMRc=Mfi69735cg9LQM0g4Osc6WK4Prux-95O3dAG5Zp3RJv3g@mail.gmail.com> |
On Thu, 23 Jul 2026 19:56:31 +0200, Eliav Farber <[email protected]> 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 <[email protected]> > --- 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