mbox series

[v2,0/2] Some cleanup and fix the missing of_node_put()

Message ID 20240923014825.85176-1-zhangzekun11@huawei.com
Headers show
Series Some cleanup and fix the missing of_node_put() | expand

Message

Zhang Zekun Sept. 23, 2024, 1:48 a.m. UTC
Fix the missing of_node_put() of args.np and use the scoped
of_node_put() to simplify code.

v2: Add missing brackets in patch [1/2].

Zhang Zekun (2):
  pmdomain: ti-sci: Add missing of_node_put() for args.np
  pmdomain: ti-sci: Use scope based of_node_put() to simplify code.

 drivers/pmdomain/ti/ti_sci_pm_domains.c | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)