projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f3cae
)
MIPS: lantiq: trivial typo fix
author
John Crispin
<blogic@openwrt.org>
Sat, 19 Jan 2013 08:54:23 +0000
(08:54 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sat, 16 Feb 2013 23:15:16 +0000
(
00:15
+0100)
"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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/lantiq/xway/sysctrl.c
b/arch/mips/lantiq/xway/sysctrl.c
index 3925e6609acc5d393a0fe6975c8969c970e54d2e..1aaa726aad47225f8ed7adbb00c13ac6da7672f4 100644
(file)
--- 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 nodes
s
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) ||