The device_node pointer is returned by of_parse_phandle() with refcount
incremented. We should use of_node_put() on it when done.
This function only calls of_node_put() in the regular path.
And it will cause refcount leak in error path.
Fixes:
|
||
|---|---|---|
| .. | ||
| common | ||
| mt2701 | ||
| mt6797 | ||
| mt8173 | ||
| mt8183 | ||
| mt8192 | ||
| mt8195 | ||
| Kconfig | ||
| Makefile | ||