Skip to content

Commit

Permalink
MIPS: lantiq: trivial typo fix
Browse files Browse the repository at this point in the history
"nodes" is written with a single "s"

Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4814/
  • Loading branch information
John Crispin committed Feb 16, 2013
1 parent 42f3cae commit 3d18c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/lantiq/xway/sysctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void __init ltq_soc_init(void)

/* check if all the core register ranges are available */
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) ||
of_address_to_resource(np_cgu, 0, &res_cgu) ||
Expand Down

0 comments on commit 3d18c17

Please sign in to comment.