mirror of
https://github.com/torvalds/linux.git
synced 2026-09-21 04:10:02 +02:00
of_get_child_by_name() 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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| xilinx-csi2rxss.c | ||
| xilinx-dma.c | ||
| xilinx-dma.h | ||
| xilinx-tpg.c | ||
| xilinx-vip.c | ||
| xilinx-vip.h | ||
| xilinx-vipp.c | ||
| xilinx-vipp.h | ||
| xilinx-vtc.c | ||
| xilinx-vtc.h | ||