diff options
author | John Crispin <blogic@openwrt.org> | 2013-03-14 18:42:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-03-14 18:42:29 +0000 |
commit | d5d3a4d87b61b8dfbc59df0670bdb028e8e69dd5 (patch) | |
tree | 1305b5b94ec649d510dfbd63ccedc77446db1517 /target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch | |
parent | b9be683c5c324cf79f805f5218b90f4d31b90646 (diff) | |
download | upstream-d5d3a4d87b61b8dfbc59df0670bdb028e8e69dd5.tar.gz upstream-d5d3a4d87b61b8dfbc59df0670bdb028e8e69dd5.tar.bz2 upstream-d5d3a4d87b61b8dfbc59df0670bdb028e8e69dd5.zip |
[lantiq] bump to v3.8
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36014 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch b/target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch new file mode 100644 index 0000000000..a10aed8c43 --- /dev/null +++ b/target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch @@ -0,0 +1,29 @@ +From cc64558db2d91e89e1de174b6ad4a159ac27bf8b Mon Sep 17 00:00:00 2001 +From: John Crispin <blogic@openwrt.org> +Date: Sat, 19 Jan 2013 08:54:23 +0000 +Subject: [PATCH 16/40] 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/ +--- + arch/mips/lantiq/xway/sysctrl.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/arch/mips/lantiq/xway/sysctrl.c b/arch/mips/lantiq/xway/sysctrl.c +index 3925e66..1aaa726 100644 +--- a/arch/mips/lantiq/xway/sysctrl.c ++++ b/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 */ + 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) || +-- +1.7.10.4 + |