[mcs814x] fix typo on of_node_put()

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32653 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2012-07-09 14:44:15 +00:00
parent 92fb6d16b2
commit a6e9faddf5
1 changed files with 1 additions and 1 deletions

View File

@ -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)