summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
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
commit93bf00ff36607f9515eecf1eeb5540f8a0934c79 (patch)
tree3ca41d1d88541ad2c5ff6be28a4e0d3ad405f1d9 /target/linux/mcs814x
parent4127e73b845b0bb7f656bea1d887a32cee0f2388 (diff)
downloadmaster-31e0f0ae-93bf00ff36607f9515eecf1eeb5540f8a0934c79.tar.gz
master-31e0f0ae-93bf00ff36607f9515eecf1eeb5540f8a0934c79.tar.bz2
master-31e0f0ae-93bf00ff36607f9515eecf1eeb5540f8a0934c79.zip
fix typo on of_node_put()
SVN-Revision: 32653
Diffstat (limited to 'target/linux/mcs814x')
-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)