Re: [PATCH v4 11/13] gpio: eic-sprd: use devm_atomic_notifier_chain_register()
Baolin Wang <[email protected]> Mon, 27 Jul 2026 11:12:58 +0800
| Newsgroups | gmane.linux.kernel,gmane.linux.acpi.devel,gmane.linux.kernel.gpio,gmane.linux.pwm,gmane.linux.kernel.iio,gmane.linux.kernel.input,gmane.linux.drivers.platform.x86.devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/26/26 6:17 PM, Eliav Farber wrote: > Replace the atomic_notifier_chain_register() + > devm_add_action_or_reset() pattern with a single call to > devm_atomic_notifier_chain_register(), removing the > sprd_eic_unregister_notifier() callback. > > Signed-off-by: Eliav Farber <[email protected]> > Acked-by: Bartosz Golaszewski <[email protected]> > --- LGTM. Reviewed-by: Baolin Wang <[email protected]>