Re: [PATCH 16/21] gpio: of: correct notifier return codes
Linus Walleij <[email protected]> Thu, 7 Sep 2023 09:36:53 +0200
| Newsgroups | dev.linux.lists.timestamp,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-acpi,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap,org.kernel.vger.linux-tegra,org.kernel.vger.platform-driver-x86 |
|---|---|
| Message-ID | <CACRpkdap-AFmVFG_gtYeGuR5JFLgHQ6i7w6HRwKP4+pu=nd66A@mail.gmail.com> |
On Tue, Sep 5, 2023 at 8:53 PM Bartosz Golaszewski <[email protected]> wrote: > From: Bartosz Golaszewski <[email protected]> > > According to the comments in linux/notifier.h, the code to return when a > notifications is "not for us" is NOTIFY_DONE, not NOTIFY_OK. > > Signed-off-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Linus Walleij <[email protected]> This should just be applied, right? If the notifiers already went upstream (sorry for my ignorance) then it should be a Fixes: even. Yours, Linus Walleij