Просмотр исходного кода

fix typo on of_node_put()

SVN-Revision: 32653
Florian Fainelli 13 лет назад
Родитель
Сommit
93bf00ff36
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c

+ 1 - 1
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)