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:
6faff9b
)
ARM: rockchip: fix copy'n'paste error in smp error messages
author
Heiko Stuebner
<heiko@sntech.de>
Fri, 11 Apr 2014 09:44:24 +0000
(11:44 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 15 Apr 2014 09:17:00 +0000
(11:17 +0200)
The error emitted when mapping the pmu failed, wrongly mentions the sram.
Reported-by: Kent Borg <kentborg@borg.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/mach-rockchip/platsmp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-rockchip/platsmp.c
b/arch/arm/mach-rockchip/platsmp.c
index dbfa5a26cfff85b1ffdac6afdcc7ab26d21c0177..072842f6491b8efb0bc0ac7e3d3b04e3d6ffaefe 100644
(file)
--- a/
arch/arm/mach-rockchip/platsmp.c
+++ b/
arch/arm/mach-rockchip/platsmp.c
@@
-152,7
+152,7
@@
static void __init rockchip_smp_prepare_cpus(unsigned int max_cpus)
node = of_find_compatible_node(NULL, NULL, "rockchip,rk3066-pmu");
if (!node) {
- pr_err("%s: could not find
sram
dt node\n", __func__);
+ pr_err("%s: could not find
pmu
dt node\n", __func__);
return;
}