commit | 4d55d014c53d0d011d4cec85fa0c248a97e8eb06 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Sun Aug 21 22:46:15 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 22 18:07:47 2016 -0700 |
tree | 5643e2bddbd8f10e3df65105c8782d5c32fa0f4b | |
parent | 6f0b826da4a33e83501d6c1dc977afa0f5f7166f [diff] |
net: phy: Add missing of_node_put() in xgmiitorgmii_probe() This node pointer is returned by of_parse_phandle() 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 <weiyj.lk@gmail.com> Reviewed-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>