aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-09 14:44:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-09 14:44:15 +0000
commita6e9faddf59f09c36588e6f7bfad2e84511b262c (patch)
tree8b009c7a3b7ae815e4ea08759313bc8247d803b0 /target
parent92fb6d16b2d7000e71bb240bf38f2ed5ed980448 (diff)
downloadupstream-a6e9faddf59f09c36588e6f7bfad2e84511b262c.tar.gz
upstream-a6e9faddf59f09c36588e6f7bfad2e84511b262c.tar.bz2
upstream-a6e9faddf59f09c36588e6f7bfad2e84511b262c.zip
[mcs814x] fix typo on of_node_put()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32653 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c2
1 files changed, 1 insertions, 1 deletions
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)