mirror of https://github.com/torvalds/linux.git
This loop was recently converted to use for_each_of_graph_port() which
automatically does __cleanup__ on the "port" iterator variable. Delete
the calls to of_node_put(port) to avoid a double put bug.
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 | ||