Add missing of_node_put()s before the returns to balance
of_node_get()s and of_node_put()s, which may get unbalanced
in case the for loop 'for_each_available_child_of_node' returns
early.
Fixes:
|
||
|---|---|---|
| .. | ||
| common | ||
| mt2701 | ||
| mt6797 | ||
| mt8173 | ||
| mt8183 | ||
| mt8186 | ||
| mt8188 | ||
| mt8192 | ||
| mt8195 | ||
| Kconfig | ||
| Makefile | ||