diff options
author | John Crispin <john@openwrt.org> | 2013-09-17 21:46:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-17 21:46:10 +0000 |
commit | 1878a3d6ab7e4296671eaa827623cc874d1f12c5 (patch) | |
tree | 895fea96a0462bc19622aed65e9e179d22d61069 /target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch | |
parent | cd668944ef699762d4269ad71263ffe99c93ea8c (diff) | |
download | upstream-1878a3d6ab7e4296671eaa827623cc874d1f12c5.tar.gz upstream-1878a3d6ab7e4296671eaa827623cc874d1f12c5.tar.bz2 upstream-1878a3d6ab7e4296671eaa827623cc874d1f12c5.zip |
lantiq: add v3.10 patches
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38031
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 | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index 7af4ad4d67..0000000000 --- a/target/linux/lantiq/patches-3.8/0016-MIPS-lantiq-trivial-typo-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -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(-) - ---- 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) || |