Re: [PATCH] driver core: Don't match device with NULL of_node/fwnode
From: Brian Norris
Date: Tue Dec 10 2024 - 14:17:56 EST
On Tue, Dec 10, 2024 at 06:33:05AM -0600, Rob Herring wrote:
> On Mon, Dec 9, 2024 at 5:47 PM Brian Norris <briannorris@xxxxxxxxxxxx> wrote:
> > FWIW, last week, I also cooked this change locally (+ the ACPI change;
> > and a kunit test for added fun), before I noticed Rob submitted this
> > one. If you'd rather, I can submit my patch series. Or I can submit my
> > patch series on top of this. Whichever you'd prefer.
>
> If you have a kunit test, you win. :)
Ha, OK:
https://lore.kernel.org/linux-kselftest/20241210191353.533801-1-briannorris@xxxxxxxxxxxx/
Subject: [PATCH 0/4] drivers: base: Don't match device with NULL of_node/fwnode/etc + tests
(Side note: I just noticed my mail script managed to skip LKML, although
it got the acpi, kunit, and kselftest lists. I can resend if that's a
problem.)
Brian