Re: [PATCH 03/12] iio: light: iqs621-als: use devm_blocking_notifier_chain_register()
Jonathan Cameron <[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 | <20260724014317.29d6c627@jic23-huawei> |
On Thu, 23 Jul 2026 17:53:16 +0000 Eliav Farber <[email protected]> wrote: > Replace the blocking_notifier_chain_register() + > devm_add_action_or_reset() pattern with a single call to > devm_blocking_notifier_chain_register(), removing the > iqs621_als_notifier_unregister() callback. > > Signed-off-by: Eliav Farber <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Seems relatively unlikely to cause a merge conflict if these changes go through non subsystem trees - hence the Ack rather than asking for an immutable branch with patch 1 on it. Thanks, Jonathan