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)
commit8f87e626b059f1b82b017f53c5ee91fbc4486e36
tree21d46677a891982becb2451e913327215c8629c4
parent4e5da369df64628358e25ffedcf80ac43af3793d
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: 5ed7414062e7 ("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