[PATCH 0/7] regulator: Use scoped device node handling to simplify error paths
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Wed Aug 14 08:04:04 PDT 2024
Hi,
Make code a bit smaller/simpler, with less of_node_put() thanks to
cleanup.h.
Best regards,
Krzysztof
---
Krzysztof Kozlowski (7):
regulator: bd718x7: Use scoped device node handling to simplify error paths
regulator: bd96801: Use scoped device node handling to simplify error paths
regulator: max8997: Use scoped device node handling to simplify error paths
regulator: s5m8767: Use scoped device node handling to simplify error paths
regulator: qcom-rpmh: Simplify with scoped for each OF child loop
regulator: qcom-smd: Simplify with scoped for each OF child loop
regulator: scmi: Simplify with scoped for each OF child loop
drivers/regulator/bd718x7-regulator.c | 19 ++++++-------------
drivers/regulator/bd96801-regulator.c | 17 ++++++-----------
drivers/regulator/max8997-regulator.c | 11 +++++------
drivers/regulator/qcom-rpmh-regulator.c | 11 +++--------
drivers/regulator/qcom_smd-regulator.c | 11 +++--------
drivers/regulator/s5m8767.c | 17 ++++++-----------
drivers/regulator/scmi-regulator.c | 8 +++-----
7 files changed, 32 insertions(+), 62 deletions(-)
---
base-commit: 7b3754ef5d53bb1431e25f65126280993c2e640b
change-id: 20240814-cleanup-h-of-node-put-regulator-80df40883f35
Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
More information about the linux-arm-kernel
mailing list