regulator: max8997: Use scoped device node handling to simplify error paths
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 14 Aug 2024 15:04:07 +0000 (17:04 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 14 Aug 2024 17:21:44 +0000 (18:21 +0100)
commitea13bd391d1b8f62ae2347bde7a174059d7f3f0d
tree8eaa18e5ad3af5bfaa09b699366d9bed659e4852
parentf372c262d4cfe31f0b67e8ae1a8ec9bf7c52d57b
regulator: max8997: Use scoped device node handling to simplify error paths

Obtain the device node reference with scoped/cleanup.h to reduce error
handling and make the code a bit simpler.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20240814-cleanup-h-of-node-put-regulator-v1-3-87151088b883@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max8997-regulator.c