diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-09 14:44:15 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-09 14:44:15 +0000 |
commit | 0c7b89359f788beadcd783a4495f03c59768b9ea (patch) | |
tree | 8b009c7a3b7ae815e4ea08759313bc8247d803b0 /target/linux | |
parent | 45960666c5c92f9133007a85ab35e01f3667c8b3 (diff) |
[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/linux')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c | 2 |
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 7bbac1cde..53d3521dc 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) |