]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Use helper function for_each_child_of_node_scoped()
authorMark Brown <broonie@kernel.org>
Mon, 9 Jun 2025 15:44:13 +0000 (16:44 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Jun 2025 15:44:13 +0000 (16:44 +0100)
Merge series from Ai Chao <aichao@kylinos.cn>:

This patch series introduces wrapper functions for_each_child_of_node_scoped().

The for_each_child_of_node_scoped() helper provides a scope-based clean-up
functionality to put the device_node automatically, and as such, there is
no need to call of_node_put() directly.


Trivial merge