mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
The reference 'child' in the iteration of for_each_available_child_of_node()
is only escaped out into a local variable which is only used to check
its value. So we still need to the of_node_put() when breaking of the
for_each_available_child_of_node() which will automatically increase
and decrease the refcount.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| pl111_debugfs.c | ||
| pl111_display.c | ||
| pl111_drm.h | ||
| pl111_drv.c | ||
| pl111_nomadik.c | ||
| pl111_nomadik.h | ||
| pl111_versatile.c | ||
| pl111_versatile.h | ||