提交 e7619459 编写于 作者: M Maxime Ripard 提交者: Nicolas Ferre

ARM: at91: Fix typo in restart code panic message

Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # 3.4+
上级 9317960f
...@@ -333,7 +333,7 @@ static void at91_dt_rstc(void) ...@@ -333,7 +333,7 @@ static void at91_dt_rstc(void)
of_id = of_match_node(rstc_ids, np); of_id = of_match_node(rstc_ids, np);
if (!of_id) if (!of_id)
panic("AT91: rtsc no restart function availlable\n"); panic("AT91: rtsc no restart function available\n");
arm_pm_restart = of_id->data; arm_pm_restart = of_id->data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册