of_get_child_by_name() returns a node pointer with refcount incremented, we
should use of_node_put() on it when not needed anymore. Add the missing
of_node_put() to avoid refcount leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| actions | ||
| amlogic | ||
| apple | ||
| arm | ||
| bcm | ||
| imx | ||
| marvell | ||
| mediatek | ||
| qcom | ||
| renesas | ||
| rockchip | ||
| samsung | ||
| st | ||
| starfive | ||
| sunxi | ||
| tegra | ||
| thead | ||
| ti | ||
| xilinx | ||
| Kconfig | ||
| Makefile | ||
| core.c | ||
| governor.c | ||