From: Florian Fainelli Date: Mon, 9 Jul 2012 14:44:15 +0000 (+0000) Subject: fix typo on of_node_put() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=93bf00ff36607f9515eecf1eeb5540f8a0934c79;p=openwrt%2Fstaging%2Fjow.git fix typo on of_node_put() SVN-Revision: 32653 --- 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 7bbac1cded..53d3521dc6 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 @@ -126,7 +126,7 @@ static void mcs814x_eth_init(void) if (intspec) mcs814x_eth_led_cfg_set(be32_to_cpup(intspec)); - of_put_node(np); + of_node_put(np); } void __init mcs814x_init_machine(void)