mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 11:39:24 +02: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:
|
||
|---|---|---|
| .. | ||
| hid-sensor-temperature.c | ||
| iqs620at-temp.c | ||
| Kconfig | ||
| ltc2983.c | ||
| Makefile | ||
| max31856.c | ||
| maxim_thermocouple.c | ||
| mlx90614.c | ||
| mlx90632.c | ||
| tmp006.c | ||
| tmp007.c | ||
| tsys01.c | ||
| tsys02d.c | ||