summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFelix Gu <ustc.gu@gmail.com>2026-08-03 20:43:24 +0800
committerVinod Koul <vkoul@kernel.org>2026-08-06 21:31:57 +0530
commitb780b8929c759cfa7a892d58625a5ad46cb1cbd2 (patch)
tree5dfcb438bb71a2b2577e2ba96e796fc213fb0cf9 /tools/perf/scripts/python
parentee9e2b39ea4890f804b0c75c8a40a0f68ecd8d0a (diff)
phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure
for_each_child_of_node_scoped() releases the node reference on scope exit, so the explicit of_node_put(np) in the devm_phy_create() error path drops it twice. Drop the redundant of_node_put() and let the scoped cleanup handle it. Fixes: b64b32791fb5 ("phy: renesas: rcar-gen2: Simplify with scoped for each OF child loop") Signed-off-by: Felix Gu <ustc.gu@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260803-rcar-gen2-v1-1-9aa35c36d7d7@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions