mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 13:06:51 +00:00
fix typo on of_node_put()
SVN-Revision: 32653
This commit is contained in:
parent
4127e73b84
commit
93bf00ff36
@ -126,7 +126,7 @@ static void mcs814x_eth_init(void)
|
|||||||
if (intspec)
|
if (intspec)
|
||||||
mcs814x_eth_led_cfg_set(be32_to_cpup(intspec));
|
mcs814x_eth_led_cfg_set(be32_to_cpup(intspec));
|
||||||
|
|
||||||
of_put_node(np);
|
of_node_put(np);
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init mcs814x_init_machine(void)
|
void __init mcs814x_init_machine(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user