"...virtual/git@git.tuxist.de:jan.koester/linux.git" did not exist on "539aee0edb9fdc8f465e3843c261acc88c47d8ee"
net: netcp: add missing of_node_put() in netcp_probe()
This node pointer is returned by of_get_child_by_name() with refcount incremented in this function. of_node_put() on it before exitting this function. This is detected by Coccinelle semantic patch. Signed-off-by:Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Loading
Please sign in to comment