On 06/01/2026 11:21, Jonathan Cameron wrote: > On Mon, 05 Jan 2026 14:33:45 +0100 > Krzysztof Kozlowski <[email protected]> wrote: > >> Use scoped for-each loop when iterating over device nodes to make code a >> bit simpler. >> >> Signed-off-by: Krzysztof Kozlowski <[email protected]> > Reviewed-by: Jonathan Cameron <[email protected]> > This is one that had me thinking for a (short) while about what pattern > required this double match was there for. A comment would have been useful!
If I only knew. Since day one, both DTS and driver have and check for two compatibles, so this could have been simple: for_each_compatible_node(..., "fsl,imx-osc26m") > > Ah well, nothing to do with your patch which is good. > Best regards, Krzysztof
