Skip to content

Commit

Permalink
ARM: at91: Fix typo in restart code panic message
Browse files Browse the repository at this point in the history
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+
  • Loading branch information
Maxime Ripard authored and Nicolas Ferre committed Mar 26, 2013
1 parent 9317960 commit e761945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-at91/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 availlable\n");
panic("AT91: rtsc no restart function available\n");

arm_pm_restart = of_id->data;

Expand Down

0 comments on commit e761945

Please sign in to comment.