On Mon, Mar 10, 2025 at 02:55:53PM +0200, Matti Vaittinen wrote:
+#define fwnode_for_each_named_child_node(fwnode, child, name) \
+ fwnode_for_each_child_node(fwnode, child) \
One TAB too much.
+ if (!fwnode_name_eq(child, name)) { } else
Ditto.
Note, I believe this won't get v6.15-rc1, so there will be for_each_if()
available and these will become
But see above the proposed additional patch that you may include in your next
version.