mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 16:41:15 +00:00
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Fix refcount leak in some error paths.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mt8173-afe-common.h | ||
| mt8173-afe-pcm.c | ||
| mt8173-max98090.c | ||
| mt8173-rt5650-rt5514.c | ||
| mt8173-rt5650-rt5676.c | ||
| mt8173-rt5650.c | ||