]> www.infradead.org Git - users/willy/xarray.git/commit
mtd: rawnand: renesas: Use for_each_child_of_node_scoped()
authorJinjie Ruan <ruanjinjie@huawei.com>
Mon, 26 Aug 2024 09:43:26 +0000 (17:43 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 6 Sep 2024 14:59:54 +0000 (16:59 +0200)
commitf3b3c47ca41f696623e71596416d34fe1671d229
treeff93a9e19b7bfa22c9183f0e744148b57002d82d
parent8795952679494b111b7b2ba08bb54ac408daca3b
mtd: rawnand: renesas: Use for_each_child_of_node_scoped()

Avoids the need for manual cleanup of_node_put() in early exits
from the loop.

Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240826094328.2991664-9-ruanjinjie@huawei.com
drivers/mtd/nand/raw/renesas-nand-controller.c