From: Mark Brown Date: Mon, 9 Jun 2025 15:44:13 +0000 (+0100) Subject: Use helper function for_each_child_of_node_scoped() X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d0bdcfcab39029c52c81d4126b1e1e1e91be93a9;p=users%2Fjedix%2Flinux-maple.git Use helper function for_each_child_of_node_scoped() Merge series from Ai Chao : 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. --- d0bdcfcab39029c52c81d4126b1e1e1e91be93a9