Преглед на файлове

MIPS: lantiq: trivial typo fix

"nodes" is written with a single "s"

Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4814/
John Crispin преди 12 години
родител
ревизия
3d18c17e4f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      arch/mips/lantiq/xway/sysctrl.c

+ 1 - 1
arch/mips/lantiq/xway/sysctrl.c

@@ -305,7 +305,7 @@ void __init ltq_soc_init(void)
 
 
 	/* check if all the core register ranges are available */
 	/* check if all the core register ranges are available */
 	if (!np_pmu || !np_cgu || !np_ebu)
 	if (!np_pmu || !np_cgu || !np_ebu)
-		panic("Failed to load core nodess from devicetree");
+		panic("Failed to load core nodes from devicetree");
 
 
 	if (of_address_to_resource(np_pmu, 0, &res_pmu) ||
 	if (of_address_to_resource(np_pmu, 0, &res_pmu) ||
 			of_address_to_resource(np_cgu, 0, &res_cgu) ||
 			of_address_to_resource(np_cgu, 0, &res_cgu) ||