mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 09:48:57 +00:00
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mt6797-afe-clk.c | ||
| mt6797-afe-clk.h | ||
| mt6797-afe-common.h | ||
| mt6797-afe-pcm.c | ||
| mt6797-dai-adda.c | ||
| mt6797-dai-hostless.c | ||
| mt6797-dai-pcm.c | ||
| mt6797-interconnection.h | ||
| mt6797-mt6351.c | ||
| mt6797-reg.h | ||