lantiq: postpone PCI and wifi init
[openwrt.git] / target / linux / lantiq / patches-3.8 / 0016-MIPS-lantiq-trivial-typo-fix.patch
1 From cc64558db2d91e89e1de174b6ad4a159ac27bf8b Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sat, 19 Jan 2013 08:54:23 +0000
4 Subject: [PATCH 16/40] MIPS: lantiq: trivial typo fix
5
6 "nodes" is written with a single "s"
7
8 Signed-off-by: John Crispin <blogic@openwrt.org>
9 Patchwork: http://patchwork.linux-mips.org/patch/4814/
10 ---
11  arch/mips/lantiq/xway/sysctrl.c |    2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/arch/mips/lantiq/xway/sysctrl.c
15 +++ b/arch/mips/lantiq/xway/sysctrl.c
16 @@ -305,7 +305,7 @@ void __init ltq_soc_init(void)
17  
18         /* check if all the core register ranges are available */
19         if (!np_pmu || !np_cgu || !np_ebu)
20 -               panic("Failed to load core nodess from devicetree");
21 +               panic("Failed to load core nodes from devicetree");
22  
23         if (of_address_to_resource(np_pmu, 0, &res_pmu) ||
24                         of_address_to_resource(np_cgu, 0, &res_cgu) ||