mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
9a2ea132df
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 |