iio: adc: mcp3564: Use device_for_each_child_node_scoped()
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 28 Apr 2024 17:40:19 +0000 (18:40 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 29 Apr 2024 19:55:24 +0000 (20:55 +0100)
commit6a28a72ad2a4bbca81ef73f73bbc9190f4d9ab9c
tree8567834bf3d46a6ec886e4d1dbfa60924689d441
parent05c4081fbf4c98864dcf6c212afe9f611243dc92
iio: adc: mcp3564: Use device_for_each_child_node_scoped()

Switching to the _scoped() version removes the need for manual
calling of fwnode_handle_put() in the paths where the code
exits the loop early. In this case that's all in error paths.

Reviewed-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Reviewed-by: Marius Cristea <marius.cristea@microchip.com>
Link: https://lore.kernel.org/r/20240428174020.1832825-2-jic23@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/mcp3564.c