mirror of https://gitee.com/openkylin/linux.git
d3e669f31e
Both of_find_compatible_node() and of_find_node_by_type() will return
a refcounted node on success - thus for the success path the node must
be explicitly released with a of_node_put().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
icp-hv.c | ||
icp-native.c | ||
icp-opal.c | ||
ics-opal.c | ||
ics-rtas.c | ||
xics-common.c |