]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: dwmac-oxnas: fix of-node leak
authorJohan Hovold <johan@kernel.org>
Mon, 2 Jan 2017 11:56:02 +0000 (12:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2017 14:33:00 +0000 (09:33 -0500)
commitdb92801f680ece761c597f31276c8a01b1eb642f
tree21d46677a891982becb2451e913327215c8629c4
parent714c18233057d3fcccf940fe8a2c113825782b60
net: stmmac: dwmac-oxnas: fix of-node leak

Use the syscon lookup-by-phandle helper so that the reference taken by
of_parse_phandle() is released when done with the node.

Fixes: aee639b7d520 ("net: stmmac: Add OXNAS Glue Driver")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-oxnas.c