[mcs814x] call of_node_put() on ethernet node
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jul 2012 18:46:55 +0000 (18:46 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jul 2012 18:46:55 +0000 (18:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32628 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c

index 87193a3..7bbac1c 100644 (file)
@@ -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)