mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
When calling of_parse_phandle_with_args(), the caller is responsible
to call of_node_put() to release the reference of device node.
In omap_prm_domain_attach_dev, it does not release the reference.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| omap_prm.c | ||
| ti_sci_pm_domains.c | ||