mbox series

[0/3] clk: qcom: simplify locking with guard()

Message ID 20240823-cleanup-h-guard-clk-qcom-v1-0-68bb9601c9dd@linaro.org (mailing list archive)
Headers show
Series clk: qcom: simplify locking with guard() | expand

Message

Krzysztof Kozlowski Aug. 23, 2024, 3:38 p.m. UTC
Simplify error handling around locks with guard().  Less gotos needed.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (3):
      clk: qcom: rpm: simplify locking with guard()
      clk: qcom: smd-rpm: simplify locking with guard()
      clk: qcom: spmi-pmic-div: simplify locking with guard()

 drivers/clk/qcom/clk-rpm.c           | 27 +++++++++++----------------
 drivers/clk/qcom/clk-smd-rpm.c       | 25 ++++++++++---------------
 drivers/clk/qcom/clk-spmi-pmic-div.c | 13 +++++--------
 3 files changed, 26 insertions(+), 39 deletions(-)
---
base-commit: e188fd67a69319f3d105d9b90e424b8d1ff9580c
change-id: 20240823-cleanup-h-guard-clk-qcom-2a766000bb46

Best regards,

Comments

Bjorn Andersson Dec. 26, 2024, 6:26 p.m. UTC | #1
On Fri, 23 Aug 2024 17:38:42 +0200, Krzysztof Kozlowski wrote:
> Simplify error handling around locks with guard().  Less gotos needed.
> 
> Best regards,
> Krzysztof
> 

Applied, thanks!

[1/3] clk: qcom: rpm: simplify locking with guard()
      commit: e18e8bbb97f0a51459163cf8abe116cae64b7207
[2/3] clk: qcom: smd-rpm: simplify locking with guard()
      commit: e534612ec7e60989d5b32c90ea2b2f61e5abde0e
[3/3] clk: qcom: spmi-pmic-div: simplify locking with guard()
      commit: 7fe3067b885df61691660e53141a0fdb2cd14c48

Best regards,