mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 03:51:32 +02:00
[mcs814x] fix typo on of_node_put()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45960666c5
commit
0c7b89359f
@ -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