projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9317960
)
ARM: at91: Fix typo in restart code panic message
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Sat, 23 Mar 2013 09:58:57 +0000
(10:58 +0100)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Tue, 26 Mar 2013 11:21:25 +0000
(12:21 +0100)
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # 3.4+
arch/arm/mach-at91/setup.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/setup.c
b/arch/arm/mach-at91/setup.c
index
4b67847
..
6b4608d
100644
(file)
--- a/
arch/arm/mach-at91/setup.c
+++ b/
arch/arm/mach-at91/setup.c
@@
-333,7
+333,7
@@
static void at91_dt_rstc(void)
of_id = of_match_node(rstc_ids, np);
if (!of_id)
- panic("AT91: rtsc no restart function avail
l
able\n");
+ panic("AT91: rtsc no restart function available\n");
arm_pm_restart = of_id->data;