From: Florian Fainelli <florian@openwrt.org>
Date: Thu, 5 Jul 2012 18:46:55 +0000 (+0000)
Subject: call of_node_put() on ethernet node
X-Git-Tag: reboot~13437
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=110fd3525ac2b45ddbab1513421fcfa2c06a4d11;p=openwrt%2Fstaging%2Fblogic.git

call of_node_put() on ethernet node

SVN-Revision: 32628
---

diff --git a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
index 87193a31edd3..7bbac1cded76 100644
--- a/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
+++ b/target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
@@ -125,6 +125,8 @@ static void mcs814x_eth_init(void)
 	intspec = of_get_property(np, "nuport-mac,link-activity", NULL);
 	if (intspec)
 		mcs814x_eth_led_cfg_set(be32_to_cpup(intspec));
+
+	of_put_node(np);
 }
 
 void __init mcs814x_init_machine(void)