Commit a7456d7
clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_scoped()
for_each_available_child_of_node_scoped() can put the device_node
automatically. So, using it to make the code logic more simple and
remove the device_node clean up code.
Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com>
Link: https://lore.kernel.org/r/20240807074655.52157-1-zhangzekun11@huawei.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>1 parent 0c87282 commit a7456d7
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1594 | 1594 | | |
1595 | 1595 | | |
1596 | 1596 | | |
1597 | | - | |
1598 | 1597 | | |
1599 | 1598 | | |
1600 | 1599 | | |
| |||
1608 | 1607 | | |
1609 | 1608 | | |
1610 | 1609 | | |
1611 | | - | |
| 1610 | + | |
1612 | 1611 | | |
1613 | 1612 | | |
1614 | 1613 | | |
1615 | 1614 | | |
1616 | 1615 | | |
1617 | | - | |
1618 | 1616 | | |
1619 | 1617 | | |
1620 | 1618 | | |
1621 | 1619 | | |
1622 | 1620 | | |
1623 | | - | |
1624 | 1621 | | |
1625 | 1622 | | |
1626 | 1623 | | |
1627 | 1624 | | |
1628 | 1625 | | |
1629 | 1626 | | |
1630 | | - | |
1631 | 1627 | | |
1632 | 1628 | | |
1633 | 1629 | | |
1634 | | - | |
1635 | | - | |
| 1630 | + | |
1636 | 1631 | | |
1637 | | - | |
| 1632 | + | |
1638 | 1633 | | |
1639 | 1634 | | |
1640 | 1635 | | |
| |||
0 commit comments