iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error paths.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 30 Mar 2024 19:08:46 +0000 (19:08 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 6 Apr 2024 10:29:06 +0000 (11:29 +0100)
commitcf84f1e0a8fd236a965c4b79a1de1509e05e0343
treea42a7c5a1b836a2cbf305f0cb54e6df4ebf7efaf
parent8c40277ec673635a24fccf016510583065d30069
iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error paths.

This loop definition automatically releases the fwnode_handle on early
exit such as the error cases seen here.  This reducing boilerplate and
the chance of a resource leak being introduced in future.

Cc: Dumitru Ceclan <mitrutzceclan@gmail.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240330190849.1321065-6-jic23@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7173.c