mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
When returning or breaking early from a
for_each_available_child_of_node() loop, we need to explicitly call
of_node_put() on the child node to possibly release the node.
Fixes:
|
||
|---|---|---|
| .. | ||
| clients | ||
| controllers | ||
| hsi_boardinfo.c | ||
| hsi_core.c | ||
| hsi_core.h | ||
| Kconfig | ||
| Makefile | ||