mbox series

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

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

Message

Zhang Zekun Aug. 22, 2024, 1 p.m. UTC
Fix the missing of_node_put() of args.np and use the scoped
of_node_put() to simplify code.

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, 9 insertions(+), 15 deletions(-)