This series is making use of device_for_each_child_node_scoped() to avoid the need to remember to call fwnode_handle_put() in early exits from loops over the child nodes. It is also correcting a minor style problem in drivers/iio/adc/ti-ads131e08.c Lorenzo Bertin Salvador (2): iio: adc: ti-ads131e08: Use device_for_each_child_node_scoped() to simplify error paths. iio: adc: ti-ads131e08: Fix a style problem in struct declaration. drivers/iio/adc/ti-ads131e08.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) -- 2.25.1