mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-13 23:52:36 +00:00
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when done.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mxs-pcm.c | ||
| mxs-pcm.h | ||
| mxs-saif.c | ||
| mxs-saif.h | ||
| mxs-sgtl5000.c | ||