mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
Since for_each_child_of_node() will increase the refcount of node, we need
to call of_node_put() manually when breaking out of the iteration.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| xilinx_dma.c | ||
| xilinx_dpdma.c | ||
| zynqmp_dma.c | ||