]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: mv_xor: switch to for_each_child_of_node_scoped()
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Fri, 11 Oct 2024 20:58:00 +0000 (22:58 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 24 Dec 2024 10:15:50 +0000 (15:45 +0530)
commit9f6caa3978b0e859da39e4ace7973b877222dfd4
tree22a87f795f388773861a192fd3623a3ca2f8fb5d
parent36d8cbd661c48f4c18eeb414146ec68a71fd644f
dmaengine: mv_xor: switch to for_each_child_of_node_scoped()

Introduce the scoped variant of the loop to automatically release the
child node when it goes out of scope, which is more robust than the
non-scoped variant, and accounts for new early exits that could be added
in the future.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20241011-dma_mv_xor_of_node_put-v1-2-3c2de819f463@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mv_xor.c