Name
of_node_release —
Release a dynamically allocated node
Synopsis
void of_node_release ( | struct kobject * kobj) ; |
Arguments
kobj
Kref element of the node to be released
Description
Do not call this function directly. This is the of_node_ktype.release
function that is called in the kobject_del
processing.
Memory associated with the node that contains kobj
is freed.